summaryrefslogtreecommitdiffstats
path: root/examples/wayland/multi-output
diff options
context:
space:
mode:
authorLouai Al-Khanji <louai.al-khanji@theqtcompany.com>2015-10-15 09:47:56 +0300
committerPaul Olav Tvete <paul.tvete@theqtcompany.com>2015-10-23 12:24:04 +0000
commit704fc65fcfe9ecbd925fe393423ea212a4b9bdf0 (patch)
treec997fb8da434cc34e24107adb417e41482d79729 /examples/wayland/multi-output
parent8d85e084b0eb4f1875f934e9645c93c90326ba9c (diff)
Example project file clean-ups
Make things compile without pkg-config, remove obsolete bits. Change-Id: I9adb2653c80d519dad371b9b982826c6c41e3cb5 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'examples/wayland/multi-output')
-rw-r--r--examples/wayland/multi-output/multi-output.pro9
1 files changed, 1 insertions, 8 deletions
diff --git a/examples/wayland/multi-output/multi-output.pro b/examples/wayland/multi-output/multi-output.pro
index 954fe15fb..db86d4008 100644
--- a/examples/wayland/multi-output/multi-output.pro
+++ b/examples/wayland/multi-output/multi-output.pro
@@ -1,4 +1,4 @@
-QT += core-private gui-private quick-private
+QT += core gui qml
SOURCES += \
main.cpp
@@ -11,10 +11,3 @@ OTHER_FILES = \
images/background.jpg \
RESOURCES += multi-output.qrc
-
-CONFIG += link_pkgconfig
-PKGCONFIG += wayland-server
-LIBS += -lwayland-server
-
-
-DEFINES += QT_COMPOSITOR_QUICK