From f73456e18e0fbe959e623c94bd1ebb23769f7e34 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 23 Oct 2019 14:45:37 +0200 Subject: 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 --- src/x11extras/CMakeLists.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/x11extras/CMakeLists.txt (limited to 'src/x11extras/CMakeLists.txt') diff --git a/src/x11extras/CMakeLists.txt b/src/x11extras/CMakeLists.txt new file mode 100644 index 0000000..2bd7dd6 --- /dev/null +++ b/src/x11extras/CMakeLists.txt @@ -0,0 +1,31 @@ +# Generated from x11extras.pro. + +# begin special case +if(NOT TARGET XCB::XCB) + qt_find_package(XCB REQUIRED PROVIDED_TARGETS XCB::XCB) +endif() +# end special case + +##################################################################### +## 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:: +# _LOADED = "qt_module" +add_qt_docs(X11Extras + doc/qtx11extras.qdocconf +) + -- cgit v1.2.1