2023-03-03 18:19:48 +08:00
|
|
|
QT += quick concurrent
|
2023-03-05 23:39:13 +08:00
|
|
|
CONFIG += c++11 qtquickcompiler utf8_source
|
2023-02-24 18:44:29 +08:00
|
|
|
|
|
|
|
DEFINES += QT_DEPRECATED_WARNINGS QT_NO_WARNING_OUTPUT
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
main.cpp
|
|
|
|
|
|
|
|
RESOURCES += qml.qrc
|
|
|
|
|
|
|
|
qnx: target.path = /tmp/$${TARGET}/bin
|
|
|
|
else: unix:!android: target.path = /opt/$${TARGET}/bin
|
|
|
|
!isEmpty(target.path): INSTALLS += target
|
|
|
|
|
2023-03-02 18:21:43 +08:00
|
|
|
HEADERS += \
|
|
|
|
stdafx.h
|