aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mobile/mobile.pro
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-09-25 09:59:40 +0200
committerRenaud G <renaud@rolisteam.org>2016-09-25 09:59:40 +0200
commite225f2edfd365d1709df2cb5bb2f752ec8d82c1c (patch)
tree865b4d676b328fb2391d544d72617bbab855472e /mobile/mobile.pro
parent48d672116d58e44159de3bbd5f1366b16fb7f704 (diff)
downloadOneRoll-e225f2edfd365d1709df2cb5bb2f752ec8d82c1c.tar.gz
OneRoll-e225f2edfd365d1709df2cb5bb2f752ec8d82c1c.zip
add file for mobile application
Diffstat (limited to 'mobile/mobile.pro')
-rw-r--r--mobile/mobile.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/mobile/mobile.pro b/mobile/mobile.pro
new file mode 100644
index 0000000..2e33522
--- /dev/null
+++ b/mobile/mobile.pro
@@ -0,0 +1,20 @@
+TEMPLATE = app
+
+QT += qml quick
+CONFIG += c++11
+
+SOURCES += main.cpp maincontroler.cpp \
+ commandmodel.cpp
+
+HEADERS += maincontroler.h \
+ commandmodel.h
+
+RESOURCES += qml.qrc
+
+include(../diceparser.pri)
+
+# Additional import path used to resolve QML modules in Qt Creator's code model
+QML_IMPORT_PATH =
+
+# Default rules for deployment.
+include(deployment.pri)