Warning, /rolisteam/rolisteam-diceparser/src/bin/mobile/mobile.pro is written in an unsupported language. File is not indexed.

0001 TEMPLATE = app
0002 
0003 QT += qml quick
0004 CONFIG += c++11
0005 
0006 SOURCES += main.cpp maincontroler.cpp \
0007     commandmodel.cpp
0008 
0009 HEADERS += maincontroler.h \
0010     commandmodel.h
0011 
0012 RESOURCES += qml.qrc
0013 
0014 include(../diceparser.pri)
0015 
0016 # Additional import path used to resolve QML modules in Qt Creator's code model
0017 QML_IMPORT_PATH =
0018 
0019 # Default rules for deployment.
0020 include(deployment.pri)