aboutsummaryrefslogtreecommitdiffstats
path: root/examples/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/app/app.pro')
-rw-r--r--examples/app/app.pro27
1 files changed, 0 insertions, 27 deletions
diff --git a/examples/app/app.pro b/examples/app/app.pro
deleted file mode 100644
index cc41e36..0000000
--- a/examples/app/app.pro
+++ /dev/null
@@ -1,27 +0,0 @@
-TEMPLATE = app
-TARGET = app
-CONFIG += c++11
-
-macx*: CONFIG -= app_bundle
-QT *= quick
-
-include(../../src/lib.pri)
-
-SOURCES += main.cpp
-
-target.path = $$EXAMPLES_PREFIX/app
-INSTALLS += target
-
-qml.files = \
- qml/customruntime-item.qml \
- qml/customruntime-window.qml \
- qml/item.qml \
- qml/window.qml
-qml.path = $$EXAMPLES_PREFIX/app/qml
-INSTALLS += qml
-OTHER_FILES += $$qml.files
-
-icon.files = icon.png
-icon.path = $$EXAMPLES_PREFIX/app
-INSTALLS += icon
-OTHER_FILES += $$icon.files