mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-27 22:48:27 +08:00
15 lines
215 B
Prolog
15 lines
215 B
Prolog
TEMPLATE=app
|
|
CONFIG -= debug_and_release_target
|
|
TARGET=foo
|
|
HEADERS=test_file.h
|
|
SOURCES=\
|
|
test_file.cpp\
|
|
main.cpp
|
|
|
|
target.path=dist
|
|
INSTALLS+=target
|
|
|
|
test.files=test.txt foo.bar
|
|
test.path=dist
|
|
INSTALLS+=test
|