summaryrefslogtreecommitdiffstats
path: root/examples/qml-compositor/qml-compositor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml-compositor/qml-compositor.pro')
-rw-r--r--examples/qml-compositor/qml-compositor.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/qml-compositor/qml-compositor.pro b/examples/qml-compositor/qml-compositor.pro
index 1414cef3d..944ffaac3 100644
--- a/examples/qml-compositor/qml-compositor.pro
+++ b/examples/qml-compositor/qml-compositor.pro
@@ -1,8 +1,3 @@
-TEMPLATE = app
-TARGET = qml-compositor
-DEPENDPATH += .
-INCLUDEPATH += .
-
DEFINES += QT_COMPOSITOR_QUICK
# comment out the following to not use pkg-config in the pri files
@@ -20,15 +15,9 @@ QT += compositor
# the following line
#include (../../src/compositor/compositor.pri)
-# Input
SOURCES += main.cpp
RESOURCES = qml-compositor.qrc
-CONFIG += qt warn_on debug create_prl link_prl
-OBJECTS_DIR = .obj/release-shared
-MOC_DIR = .moc/release-shared
-
-# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtwayland/qml-compositor
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qml-compositor.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtwayland/qml-compositor