mirror of
https://github.com/jaredtao/TaoQuick.git
synced 2025-01-31 21:22:58 +08:00
11 lines
137 B
Prolog
11 lines
137 B
Prolog
TEMPLATE = app
|
|
|
|
QT += gui quick qml quickcontrols2
|
|
|
|
SOURCES += main.cpp
|
|
|
|
RESOURCES += Res.qrc
|
|
|
|
include(../../src/TaoQuick/TaoQuick.pri)
|
|
|