From d87cd5cb2eb7330e7f2913c26c6e6f4c4bb77864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowacki?= Date: Thu, 4 Jul 2019 16:38:00 +0200 Subject: Regenerate CMakeLists for tests/corelib/io Only qdir, qlockfile, qprocess and qresourceengine were manually disabled, otherwise all other builds fine on linux. Change-Id: I09fd0ffffb778057d6bf9c25cad1fcd73fb7e530 Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor --- tests/auto/corelib/io/qurl/CMakeLists.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tests/auto/corelib/io/qurl/CMakeLists.txt (limited to 'tests/auto/corelib/io/qurl/CMakeLists.txt') diff --git a/tests/auto/corelib/io/qurl/CMakeLists.txt b/tests/auto/corelib/io/qurl/CMakeLists.txt new file mode 100644 index 0000000000..2807baabf5 --- /dev/null +++ b/tests/auto/corelib/io/qurl/CMakeLists.txt @@ -0,0 +1,23 @@ +# Generated from qurl.pro. + +##################################################################### +## tst_qurl Test: +##################################################################### + +add_qt_test(tst_qurl + SOURCES + tst_qurl.cpp + PUBLIC_LIBRARIES + Qt::Concurrent +) + +#### Keys ignored in scope 1:.:.:qurl.pro:: +# CONFIG = "testcase" + +## Scopes: +##################################################################### + +extend_target(tst_qurl CONDITION APPLE_OSX + SOURCES + tst_qurl_mac.mm +) -- cgit v1.2.3