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 --- .../corelib/io/qloggingregistry/CMakeLists.txt | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tests/auto/corelib/io/qloggingregistry/CMakeLists.txt (limited to 'tests/auto/corelib/io/qloggingregistry/CMakeLists.txt') diff --git a/tests/auto/corelib/io/qloggingregistry/CMakeLists.txt b/tests/auto/corelib/io/qloggingregistry/CMakeLists.txt new file mode 100644 index 0000000000..a2ef7bd3ad --- /dev/null +++ b/tests/auto/corelib/io/qloggingregistry/CMakeLists.txt @@ -0,0 +1,25 @@ +# Generated from qloggingregistry.pro. + +##################################################################### +## tst_qloggingregistry Test: +##################################################################### + +add_qt_test(tst_qloggingregistry + SOURCES + tst_qloggingregistry.cpp + LIBRARIES + Qt::CorePrivate +) + +#### Keys ignored in scope 1:.:.:qloggingregistry.pro:: +# CONFIG = "testcase" +# TEMPLATE = "app" +# TESTDATA = "qtlogging.ini" + +## Scopes: +##################################################################### + +# Resources: +add_qt_resource(tst_qloggingregistry "android_testdata" PREFIX "/" FILES + qtlogging.ini) + -- cgit v1.2.3