summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qwayland-xcomposite-egl/qwayland-xcomposite-egl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/qwayland-xcomposite-egl/qwayland-xcomposite-egl.pro')
-rw-r--r--src/plugins/platforms/qwayland-xcomposite-egl/qwayland-xcomposite-egl.pro25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/plugins/platforms/qwayland-xcomposite-egl/qwayland-xcomposite-egl.pro b/src/plugins/platforms/qwayland-xcomposite-egl/qwayland-xcomposite-egl.pro
new file mode 100644
index 000000000..b691ec9dc
--- /dev/null
+++ b/src/plugins/platforms/qwayland-xcomposite-egl/qwayland-xcomposite-egl.pro
@@ -0,0 +1,25 @@
+PLUGIN_TYPE = platforms
+load(qt_plugin)
+
+include(../wayland_common/wayland_common.pri)
+include (../xcomposite_share/xcomposite_share.pri)
+
+OTHER_FILES += qwayland-xcomposite-egl.json
+
+!contains(QT_CONFIG, no-pkg-config) {
+ CONFIG += link_pkgconfig
+ PKGCONFIG += xcomposite egl x11
+} else {
+ LIBS += -lXcomposite -lEGL -lX11
+}
+
+SOURCES += \
+ qwaylandxcompositeeglcontext.cpp \
+ qwaylandxcompositeeglintegration.cpp \
+ qwaylandxcompositeeglwindow.cpp \
+ main.cpp
+
+HEADERS += \
+ qwaylandxcompositeeglcontext.h \
+ qwaylandxcompositeeglintegration.h \
+ qwaylandxcompositeeglwindow.h