summaryrefslogtreecommitdiff
path: root/src/x11extras/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2019-10-23 14:45:37 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2019-10-29 12:02:25 +0000
commitf73456e18e0fbe959e623c94bd1ebb23769f7e34 (patch)
tree7186e2db12a20c17a2ab043e697d48a92599ab04 /src/x11extras/.prev_CMakeLists.txt
parent80edaf92f5f8351ec15f631cb7dc7da136528b60 (diff)
downloadqtx11extras-f73456e18e0fbe959e623c94bd1ebb23769f7e34.tar.gz
Port to CMake
Also removed dependencies.yaml to fix the build as that's not used in wip/cmake yet. Fixes: QTBUG-78170 Change-Id: Ibe3a9bb5ddc7d3b4bf979847af6ad3467bf2d866 Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/x11extras/.prev_CMakeLists.txt')
-rw-r--r--src/x11extras/.prev_CMakeLists.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/x11extras/.prev_CMakeLists.txt b/src/x11extras/.prev_CMakeLists.txt
new file mode 100644
index 0000000..594d688
--- /dev/null
+++ b/src/x11extras/.prev_CMakeLists.txt
@@ -0,0 +1,25 @@
+# Generated from x11extras.pro.
+
+#####################################################################
+## X11Extras Module:
+#####################################################################
+
+add_qt_module(X11Extras
+ SOURCES
+ qx11info_x11.cpp qx11info_x11.h
+ DEFINES
+ QT_NO_USING_NAMESPACE
+ LIBRARIES
+ Qt::GuiPrivate
+ XCB::XCB_nolink
+ PUBLIC_LIBRARIES
+ Qt::Core
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:x11extras.pro:<TRUE>:
+# _LOADED = "qt_module"
+add_qt_docs(X11Extras
+ doc/qtx11extras.qdocconf
+)
+