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

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")