forked from qt-creator/qt-creator
Added the main.cpp file and .qrc file so that the example can be built and run without modifications by users. Change-Id: Ie74f78102d16b5a514f4c6156ea0558c157c0444 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
16 lines
264 B
Prolog
16 lines
264 B
Prolog
TEMPLATE = app
|
|
|
|
QT += qml quick sensors svg xml
|
|
|
|
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)
|