summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-14 17:59:44 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-15 12:23:28 +0000
commit7540e57ea709459bd15c16d25535bb756392f923 (patch)
treee091baa3e0ed1b4a61678450bb90a79550da502b /tests
parentf73456e18e0fbe959e623c94bd1ebb23769f7e34 (diff)
downloadqtx11extras-wip/cmake.tar.gz
Regenerate projectswip/cmake
Change-Id: I8a925463317cda1a507d430266d9e884ada3c6b3 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qx11info/.prev_CMakeLists.txt15
-rw-r--r--tests/auto/qx11info/CMakeLists.txt10
2 files changed, 20 insertions, 5 deletions
diff --git a/tests/auto/qx11info/.prev_CMakeLists.txt b/tests/auto/qx11info/.prev_CMakeLists.txt
new file mode 100644
index 0000000..f2bdffb
--- /dev/null
+++ b/tests/auto/qx11info/.prev_CMakeLists.txt
@@ -0,0 +1,15 @@
+# Generated from qx11info.pro.
+
+#####################################################################
+## tst_qx11info Test:
+#####################################################################
+
+qt_add_test(tst_qx11info
+ SOURCES
+ tst_qx11info.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::Widgets
+ Qt::X11Extras
+ XCB::XCB
+)
diff --git a/tests/auto/qx11info/CMakeLists.txt b/tests/auto/qx11info/CMakeLists.txt
index 042e007..bb64ec9 100644
--- a/tests/auto/qx11info/CMakeLists.txt
+++ b/tests/auto/qx11info/CMakeLists.txt
@@ -1,16 +1,16 @@
# Generated from qx11info.pro.
+#####################################################################
+## tst_qx11info Test:
+#####################################################################
+
# begin special case
if(NOT TARGET XCB::XCB)
qt_find_package(XCB REQUIRED PROVIDED_TARGETS XCB::XCB)
endif()
# end special case
-#####################################################################
-## tst_qx11info Test:
-#####################################################################
-
-add_qt_test(tst_qx11info
+qt_add_test(tst_qx11info
SOURCES
tst_qx11info.cpp
PUBLIC_LIBRARIES