16 lines
256 B
Prolog
16 lines
256 B
Prolog
|
TEMPLATE = app
|
||
|
|
||
|
QT += qml quick widgets
|
||
|
|
||
|
CONFIG += c++11
|
||
|
|
||
|
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)
|