qt6windows7/tests/auto/tools/qmake/testdata/install_depends/foo.pro
2023-10-29 23:33:08 +01:00

21 lines
302 B
Prolog

TEMPLATE=app
TARGET=foo
CONFIG -= debug_and_release_target
HEADERS=test_file.h
SOURCES=\
test_file.cpp\
main.cpp
test1.files=test1
test1.path=dist
INSTALLS+=test1
test2.files=test2
test2.path=dist
INSTALLS+=test2
target.path=dist
target.depends=install_test1 install_test2
INSTALLS+=target