FluentUI/example/example.pro

17 lines
312 B
Prolog
Raw Normal View History

2023-03-03 18:19:48 +08:00
QT += quick concurrent
2023-03-06 18:08:01 +08:00
CONFIG += c++11
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