summaryrefslogtreecommitdiffstats
path: root/examples/wayland/qtshell/qtshell.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/qtshell/qtshell.pro')
-rw-r--r--examples/wayland/qtshell/qtshell.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/wayland/qtshell/qtshell.pro b/examples/wayland/qtshell/qtshell.pro
new file mode 100644
index 000000000..c3f927b68
--- /dev/null
+++ b/examples/wayland/qtshell/qtshell.pro
@@ -0,0 +1,16 @@
+QT += gui qml quick quick-private
+
+SOURCES += \
+ main.cpp
+
+OTHER_FILES = \
+ qml/main.qml \
+ qml/CompositorScreen.qml \
+ qml/Chrome.qml \
+ images/background.jpg \
+
+RESOURCES += qtshell.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/wayland/qtshell
+sources.path = $$[QT_INSTALL_EXAMPLES]/wayland/qtshell
+INSTALLS += target sources