summaryrefslogtreecommitdiffstats
path: root/examples/wayland/qml-compositor/qml-compositor.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2014-10-09 12:39:08 +0200
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2014-10-09 15:51:22 +0200
commit5558b42ff8536efdacb94b85a9bd4a00217314df (patch)
tree191d0866c52187a03e4cfa4561fc28162468adf5 /examples/wayland/qml-compositor/qml-compositor.pro
parentfcb6e62109abc3660b05117781526ed9957c2e45 (diff)
Move examples into wayland subdirectory.v5.4.0-beta1
Conforming to the Qt project directory structure. Change-Id: I452867fabc88e9594fa26f944b5d3e1ca4ffc720 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'examples/wayland/qml-compositor/qml-compositor.pro')
-rw-r--r--examples/wayland/qml-compositor/qml-compositor.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/wayland/qml-compositor/qml-compositor.pro b/examples/wayland/qml-compositor/qml-compositor.pro
new file mode 100644
index 000000000..f908a2f2f
--- /dev/null
+++ b/examples/wayland/qml-compositor/qml-compositor.pro
@@ -0,0 +1,22 @@
+DEFINES += QT_COMPOSITOR_QUICK
+
+LIBS += -L ../../lib
+
+QT += quick qml
+QT += quick-private
+
+QT += compositor
+
+# if you want to compile QtCompositor as part of the application
+# instead of linking to it, remove the QT += compositor and uncomment
+# the following line
+#include (../../src/compositor/compositor.pri)
+
+SOURCES += main.cpp
+
+OTHER_FILES = ContrastEffect.qml main.qml WindowChrome.qml WindowContainer.qml background.jpg closebutton.png compositor.js
+
+target.path = $$[QT_INSTALL_EXAMPLES]/wayland/qml-compositor
+sources.files = $$OTHER_FILES $$SOURCES $$HEADERS $$RESOURCES $$FORMS qml-compositor.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/wayland/qml-compositor
+INSTALLS += target sources