summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/client/xcomposite-egl/xcomposite-egl.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardwareintegration/client/xcomposite-egl/xcomposite-egl.pri')
-rw-r--r--src/hardwareintegration/client/xcomposite-egl/xcomposite-egl.pri19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/hardwareintegration/client/xcomposite-egl/xcomposite-egl.pri b/src/hardwareintegration/client/xcomposite-egl/xcomposite-egl.pri
new file mode 100644
index 000000000..fa08daaf2
--- /dev/null
+++ b/src/hardwareintegration/client/xcomposite-egl/xcomposite-egl.pri
@@ -0,0 +1,19 @@
+INCLUDEPATH += $$PWD
+include($$PWD/../xcomposite_share/xcomposite_share.pri)
+
+!contains(QT_CONFIG, no-pkg-config) {
+ CONFIG += link_pkgconfig
+ PKGCONFIG += xcomposite egl x11
+} else {
+ LIBS += -lXcomposite -lEGL -lX11
+}
+
+SOURCES += \
+ $$PWD/qwaylandxcompositeeglcontext.cpp \
+ $$PWD/qwaylandxcompositeeglclientbufferintegration.cpp \
+ $$PWD/qwaylandxcompositeeglwindow.cpp
+
+HEADERS += \
+ $$PWD/qwaylandxcompositeeglcontext.h \
+ $$PWD/qwaylandxcompositeeglclientbufferintegration.h \
+ $$PWD/qwaylandxcompositeeglwindow.h