summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-02-09 17:09:48 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-02-11 16:43:47 +0100
commitb934e1c029442173c76ef9d3d1b040de0c260ca1 (patch)
tree6ef18ef6f5dfc791ae906829adba0726de08afa1 /src/src.pro
parent96cb858590b453cce9c9afd370cd5a187558a8a0 (diff)
Remove QMake project files
This includes removal of the corresponding .prev_CMakeLists.txt files. Pick-to: 6.1 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>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/src.pro b/src/src.pro
deleted file mode 100644
index e2f4124bd..000000000
--- a/src/src.pro
+++ /dev/null
@@ -1,27 +0,0 @@
-TEMPLATE=subdirs
-include($$OUT_PWD/client/qtwaylandclient-config.pri)
-include($$OUT_PWD/compositor/qtwaylandcompositor-config.pri)
-QT_FOR_CONFIG += waylandclient-private waylandcompositor-private
-
-qtConfig(wayland-client)|qtConfig(wayland-server) {
- SUBDIRS += qtwaylandscanner
-
- qtConfig(wayland-client) {
- client.depends = qtwaylandscanner
- SUBDIRS += client
- }
-
- plugins.depends += qtwaylandscanner
- qtConfig(wayland-client):plugins.depends += client
- qtConfig(wayland-server):plugins.depends += compositor
- SUBDIRS += plugins
-
- qtConfig(wayland-server) {
- compositor.depends = qtwaylandscanner
- SUBDIRS += compositor
- }
-
- qtConfig(wayland-client):imports.depends += client
- qtConfig(wayland-server):imports.depends += compositor
- SUBDIRS += imports
-}