summaryrefslogtreecommitdiffstats
path: root/examples/wayland/multi-screen/multi-screen.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/multi-screen/multi-screen.pro')
-rw-r--r--examples/wayland/multi-screen/multi-screen.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/wayland/multi-screen/multi-screen.pro b/examples/wayland/multi-screen/multi-screen.pro
new file mode 100644
index 000000000..29e1479da
--- /dev/null
+++ b/examples/wayland/multi-screen/multi-screen.pro
@@ -0,0 +1,18 @@
+QT += gui qml
+
+SOURCES += \
+ main.cpp
+
+OTHER_FILES = \
+ qml/main.qml \
+
+RESOURCES += multi-screen.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/wayland/multi-screen
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS multi-screen.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/wayland/multi-screen
+INSTALLS += target sources
+
+DISTFILES += \
+ qml/Screen.qml \
+ qml/Chrome.qml