blob: 1cdc565af03e7b54eded9ff03425844bc6203379 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
TEMPLATE = app
QT += qml quick widgets
SOURCES += main.cpp
RESOURCES += qml.qrc
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
# Default rules for deployment.
include(deployment.pri)
|