summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/compositor/xcomposite-egl/xcomposite-egl.pri
diff options
context:
space:
mode:
authorJorgen Lind <jorgen.lind@digia.com>2013-11-21 08:14:03 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-27 15:32:32 +0100
commiteb1c91b2185df1d57a87ed2b5335f3b0ba500c67 (patch)
treef031559412f96061cbc41dfc791bb716c425203b /src/hardwareintegration/compositor/xcomposite-egl/xcomposite-egl.pri
parent83791e4c0104d8b87ad2f198f9c07407c45603e3 (diff)
make compositor build with new directory layout
Change-Id: I3ede73420af9cb95820a9bec4fe7305f1107e22d Reviewed-by: Andy Nichols <andy.nichols@digia.com>
Diffstat (limited to 'src/hardwareintegration/compositor/xcomposite-egl/xcomposite-egl.pri')
-rw-r--r--src/hardwareintegration/compositor/xcomposite-egl/xcomposite-egl.pri16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/hardwareintegration/compositor/xcomposite-egl/xcomposite-egl.pri b/src/hardwareintegration/compositor/xcomposite-egl/xcomposite-egl.pri
new file mode 100644
index 000000000..cde790bdc
--- /dev/null
+++ b/src/hardwareintegration/compositor/xcomposite-egl/xcomposite-egl.pri
@@ -0,0 +1,16 @@
+include($$PWD/../xcomposite_share/xcomposite_share.pri)
+
+!contains(QT_CONFIG, no-pkg-config) {
+ CONFIG += link_pkgconfig
+ PKGCONFIG += xcomposite egl x11 wayland-server
+} else {
+ LIBS += -lXcomposite -lEGL -lX11
+}
+
+INCLUDEPATH += $$PWD
+
+HEADERS += \
+ $$PWD/xcompositeeglintegration.h
+
+SOURCES += \
+ $$PWD/xcompositeeglintegration.cpp