summaryrefslogtreecommitdiffstats
path: root/src/libcommuni/examples/quick/quick.pro
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2015-10-14 14:50:58 +0200
committerMarkus Mittendrein <git@maxmitti.tk>2015-10-14 14:50:58 +0200
commit1a5fb5eca8d151034b5e54c505932d1add97a775 (patch)
tree38b54edd03012972c6fe7bf1b8fa8365c1df42a8 /src/libcommuni/examples/quick/quick.pro
parente7485b051ef4fe01330d5f51759177027d2678b6 (diff)
downloadmanager-1a5fb5eca8d151034b5e54c505932d1add97a775.tar.gz
manager-1a5fb5eca8d151034b5e54c505932d1add97a775.zip
Include libcommuni through git-submodules
Diffstat (limited to 'src/libcommuni/examples/quick/quick.pro')
-rw-r--r--src/libcommuni/examples/quick/quick.pro28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/libcommuni/examples/quick/quick.pro b/src/libcommuni/examples/quick/quick.pro
deleted file mode 100644
index 10690af..0000000
--- a/src/libcommuni/examples/quick/quick.pro
+++ /dev/null
@@ -1,28 +0,0 @@
-######################################################################
-# Communi
-######################################################################
-
-TEMPLATE = app
-TARGET = quick
-DEPENDPATH += .
-INCLUDEPATH += .
-QT += network quick
-
-lessThan(QT_MAJOR_VERSION, 5)|lessThan(QT_MINOR_VERSION, 2) {
- error(The Qt Quick 2 based example requires Qt 5.2 or newer but Qt $$[QT_VERSION] was detected.)
-}
-
-# Input
-SOURCES += main.cpp
-RESOURCES += quick.qrc
-OTHER_FILES += qml/main.qml
-OTHER_FILES += qml/BufferListView.qml
-OTHER_FILES += qml/ChatPage.qml
-OTHER_FILES += qml/ConnectPage.qml
-OTHER_FILES += qml/MessageFormatter.qml
-OTHER_FILES += qml/TextBrowser.qml
-OTHER_FILES += qml/TextEntry.qml
-OTHER_FILES += qml/TopicLabel.qml
-OTHER_FILES += qml/UserListView.qml
-
-include(../examples.pri)