mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-01-24 12:54:29 +08:00
13 lines
273 B
Prolog
13 lines
273 B
Prolog
|
TEMPLATE = app
|
||
|
HEADERS = test_file.h
|
||
|
SOURCES = test_file.cpp \
|
||
|
main.cpp
|
||
|
RESOURCES = test.qrc
|
||
|
TARGET = "simple app"
|
||
|
DESTDIR = "dest dir"
|
||
|
|
||
|
target.path = $$OUT_PWD/dist
|
||
|
INSTALLS += target
|
||
|
|
||
|
!build_pass:msvc:CONFIG(debug, debug|release):message("check for pdb, please")
|