diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2015-10-14 14:50:58 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2015-10-14 14:50:58 +0200 |
| commit | 1a5fb5eca8d151034b5e54c505932d1add97a775 (patch) | |
| tree | 38b54edd03012972c6fe7bf1b8fa8365c1df42a8 /src/libcommuni/examples/qmlbot/qmlbot.pro | |
| parent | e7485b051ef4fe01330d5f51759177027d2678b6 (diff) | |
| download | manager-1a5fb5eca8d151034b5e54c505932d1add97a775.tar.gz manager-1a5fb5eca8d151034b5e54c505932d1add97a775.zip | |
Include libcommuni through git-submodules
Diffstat (limited to 'src/libcommuni/examples/qmlbot/qmlbot.pro')
| -rw-r--r-- | src/libcommuni/examples/qmlbot/qmlbot.pro | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/libcommuni/examples/qmlbot/qmlbot.pro b/src/libcommuni/examples/qmlbot/qmlbot.pro deleted file mode 100644 index 95c2961..0000000 --- a/src/libcommuni/examples/qmlbot/qmlbot.pro +++ /dev/null @@ -1,22 +0,0 @@ -###################################################################### -# Communi -###################################################################### - -TEMPLATE = app -TARGET = qmlbot -DEPENDPATH += . -INCLUDEPATH += . -CONFIG += console -CONFIG -= app_bundle -QT = core network qml - -lessThan(QT_MAJOR_VERSION, 5)|lessThan(QT_MINOR_VERSION, 1) { - error(The QML2 based example requires Qt 5.1 or newer but Qt $$[QT_VERSION] was detected.) -} - -# Input -SOURCES += main.cpp -RESOURCES += qmlbot.qrc -OTHER_FILES += qml/main.qml - -include(../examples.pri) |
