summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qwayland-xcomposite-glx/qwayland-xcomposite-glx.pro
diff options
context:
space:
mode:
authorJorgen Lind <jorgen.lind@digia.com>2013-11-20 16:19:46 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-27 15:32:28 +0100
commit83791e4c0104d8b87ad2f198f9c07407c45603e3 (patch)
tree1e648ce8598c363c06796cd7cb599e1ffd68d875 /src/plugins/platforms/qwayland-xcomposite-glx/qwayland-xcomposite-glx.pro
parent4e6e4783802c0a4483ab59a1bafbc2822eb5b725 (diff)
Move to new hardware structure for the platform plugins
Change-Id: I0d383e4cdd59c4e4eae5506c814f0c80ecbf58ae Reviewed-by: Andy Nichols <andy.nichols@digia.com>
Diffstat (limited to 'src/plugins/platforms/qwayland-xcomposite-glx/qwayland-xcomposite-glx.pro')
-rw-r--r--src/plugins/platforms/qwayland-xcomposite-glx/qwayland-xcomposite-glx.pro19
1 files changed, 3 insertions, 16 deletions
diff --git a/src/plugins/platforms/qwayland-xcomposite-glx/qwayland-xcomposite-glx.pro b/src/plugins/platforms/qwayland-xcomposite-glx/qwayland-xcomposite-glx.pro
index 6d7041085..dcf2e1b67 100644
--- a/src/plugins/platforms/qwayland-xcomposite-glx/qwayland-xcomposite-glx.pro
+++ b/src/plugins/platforms/qwayland-xcomposite-glx/qwayland-xcomposite-glx.pro
@@ -1,25 +1,12 @@
PLUGIN_TYPE = platforms
load(qt_plugin)
-include(../wayland_common/wayland_common.pri)
-include (../xcomposite_share/xcomposite_share.pri)
+QT += waylandclient-private
-OTHER_FILES += qwayland-xcomposite-glx.json
+include(../../../hardwareintegration/client/xcomposite-glx/xcomposite-glx.pri)
-!contains(QT_CONFIG, no-pkg-config) {
- CONFIG += link_pkgconfig
- PKGCONFIG += xcomposite gl x11
-} else {
- LIBS += -lXcomposite -lGL -lX11
-}
+OTHER_FILES += qwayland-xcomposite-glx.json
SOURCES += \
- qwaylandxcompositeglxcontext.cpp \
- qwaylandxcompositeglxintegration.cpp \
- qwaylandxcompositeglxwindow.cpp \
main.cpp
-HEADERS += \
- qwaylandxcompositeglxcontext.h \
- qwaylandxcompositeglxintegration.h \
- qwaylandxcompositeglxwindow.h