summaryrefslogtreecommitdiffstats
path: root/src/plugins/waylandcompositors/wayland-egl/wayland-egl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/waylandcompositors/wayland-egl/wayland-egl.pro')
-rw-r--r--src/plugins/waylandcompositors/wayland-egl/wayland-egl.pro23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/plugins/waylandcompositors/wayland-egl/wayland-egl.pro b/src/plugins/waylandcompositors/wayland-egl/wayland-egl.pro
deleted file mode 100644
index e06bf85bf..000000000
--- a/src/plugins/waylandcompositors/wayland-egl/wayland-egl.pro
+++ /dev/null
@@ -1,23 +0,0 @@
-PLUGIN_TYPE = waylandcompositors
-load(qt_plugin)
-
-QT = compositor compositor-private core-private gui-private
-
-OTHER_FILES += wayland-egl.json
-
-CONFIG += wayland-scanner
-WAYLANDSERVERSOURCES += $$PWD/../../../3rdparty/protocol/wayland.xml
-
-!contains(QT_CONFIG, no-pkg-config) {
- CONFIG += link_pkgconfig
- PKGCONFIG += wayland-server wayland-egl egl
-} else {
- LIBS += -lwayland-egl -lwayland-server -lEGL
-}
-
-SOURCES += \
- waylandeglintegration.cpp \
- main.cpp
-
-HEADERS += \
- waylandeglintegration.h