summaryrefslogtreecommitdiff
path: root/src/plugins/hardwareintegration/compositor/brcm-egl/brcm-egl.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-02-09 17:09:48 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-02-11 16:12:35 +0000
commit675fab22fb773053084d168e22aa141669e48e4d (patch)
tree2a6070f62f840d33680c6940734ecabd97cd0c57 /src/plugins/hardwareintegration/compositor/brcm-egl/brcm-egl.pro
parentf8d81b3102efb08d3a2ac8f35d250caa4e55ab27 (diff)
downloadqtwayland-675fab22fb773053084d168e22aa141669e48e4d.tar.gz
Remove QMake project files
This includes removal of the corresponding .prev_CMakeLists.txt files. Task-number: QTBUG-88742 Change-Id: I57922bff138258f5b35d484caa4b00d84e924a06 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit b934e1c029442173c76ef9d3d1b040de0c260ca1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/plugins/hardwareintegration/compositor/brcm-egl/brcm-egl.pro')
-rw-r--r--src/plugins/hardwareintegration/compositor/brcm-egl/brcm-egl.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/plugins/hardwareintegration/compositor/brcm-egl/brcm-egl.pro b/src/plugins/hardwareintegration/compositor/brcm-egl/brcm-egl.pro
deleted file mode 100644
index c89ecec0..00000000
--- a/src/plugins/hardwareintegration/compositor/brcm-egl/brcm-egl.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-QT = waylandcompositor waylandcompositor-private core-private gui-private
-
-OTHER_FILES += brcm-egl.json
-
-SOURCES += \
- main.cpp
-
-TARGET = qt-wayland-compositor-brcm-egl
-
-include(../../../../hardwareintegration/compositor/brcm-egl/brcm-egl.pri)
-
-PLUGIN_TYPE = wayland-graphics-integration-server
-PLUGIN_CLASS_NAME = QWaylandBrcmClientBufferIntegrationPlugin
-load(qt_plugin)