summaryrefslogtreecommitdiffstats
path: root/examples/wayland/qwindow-compositor/qwindow-compositor.pro
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-09-07 14:04:17 +0200
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-09-10 08:20:53 +0000
commit00fba62ce3e5bd00ba5e8ab6f5b7a71bdb93c6a1 (patch)
tree1a135ec31593b76c38849621f1d4ecc5508266d8 /examples/wayland/qwindow-compositor/qwindow-compositor.pro
parent762d384b806deb84072a5c7eb6b91afa1e150c1f (diff)
Rename QtCompositor to QtWaylandCompositor
enable building QtWaylandCompositor by default Change-Id: I7cf34052b304ca9fef55b7e30ef6a6367b5d75f1 Reviewed-by: Jørgen Lind <jorgen.lind@theqtcompany.com>
Diffstat (limited to 'examples/wayland/qwindow-compositor/qwindow-compositor.pro')
-rw-r--r--examples/wayland/qwindow-compositor/qwindow-compositor.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/wayland/qwindow-compositor/qwindow-compositor.pro b/examples/wayland/qwindow-compositor/qwindow-compositor.pro
index c630b8c39..a924cfd6a 100644
--- a/examples/wayland/qwindow-compositor/qwindow-compositor.pro
+++ b/examples/wayland/qwindow-compositor/qwindow-compositor.pro
@@ -1,4 +1,4 @@
-QT += gui gui-private core-private compositor compositor-private
+QT += gui gui-private core-private waylandcompositor waylandcompositor-private
LIBS += -L ../../lib
#include (../../src/qt-compositor/qt-compositor.pri)
@@ -17,7 +17,7 @@ SOURCES += main.cpp \
INCLUDEPATH += $$PWD/../../include
# if you want to compile QtCompositor as part of the application
-# instead of linking to it, remove the QT += compositor and uncomment
+# instead of linking to it, remove the QT += waylandcompositor and uncomment
# the following line
#include(../../src/compositor/compositor.pri)