summaryrefslogtreecommitdiffstats
path: root/src/plugins/waylandcompositors/xcomposite-egl/xcomposite-egl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/waylandcompositors/xcomposite-egl/xcomposite-egl.pro')
-rw-r--r--src/plugins/waylandcompositors/xcomposite-egl/xcomposite-egl.pro22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/plugins/waylandcompositors/xcomposite-egl/xcomposite-egl.pro b/src/plugins/waylandcompositors/xcomposite-egl/xcomposite-egl.pro
deleted file mode 100644
index 3d8f793e9..000000000
--- a/src/plugins/waylandcompositors/xcomposite-egl/xcomposite-egl.pro
+++ /dev/null
@@ -1,22 +0,0 @@
-PLUGIN_TYPE = waylandcompositors
-load(qt_plugin)
-
-QT = compositor compositor-private core-private gui-private
-
-OTHER_FILES += xcomposite-egl.json
-
-include (../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
-}
-
-HEADERS += \
- xcompositeeglintegration.h
-
-SOURCES += \
- xcompositeeglintegration.cpp \
- main.cpp