mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-27 22:48:27 +08:00
12 lines
220 B
Prolog
12 lines
220 B
Prolog
|
TEMPLATE = app
|
||
|
CONFIG -= debug_and_release
|
||
|
SOURCES = main.cpp
|
||
|
|
||
|
pro_file.files = resources.pro
|
||
|
pro_file.prefix = /prefix
|
||
|
|
||
|
subdir.files = subdir/file.txt
|
||
|
subdir.base = subdir
|
||
|
|
||
|
RESOURCES = test.qrc main.cpp pro_file subdir
|