From 6db775f6d9d72cf8ee9d66333b8424e74be1e352 Mon Sep 17 00:00:00 2001 From: Ivan Solovev Date: Thu, 21 Oct 2021 17:27:08 +0200 Subject: Remove QtPositioning module from qtlocation.git Turns out that our CI does not support repos without any tests. This is treated like an error and leads to integration failure. This patch fixes it by disabling tests in coin/module_config.yaml. This config should be fixed when QtLocation tests are enabled Task-number: QTBUG-97084 Change-Id: Ib06e865fe2836806bbbee34345f06b471dd48660 Reviewed-by: Qt CI Bot Reviewed-by: Alex Blasche (cherry picked from commit 23f32792ad53e23bbafbff6d7667f0bb0f69fc53) --- config.tests/winrt/CMakeLists.txt | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 config.tests/winrt/CMakeLists.txt (limited to 'config.tests/winrt/CMakeLists.txt') diff --git a/config.tests/winrt/CMakeLists.txt b/config.tests/winrt/CMakeLists.txt deleted file mode 100644 index ab7567b1..00000000 --- a/config.tests/winrt/CMakeLists.txt +++ /dev/null @@ -1,29 +0,0 @@ -# Generated from winrt.pro. - -cmake_minimum_required(VERSION 3.16) -project(config_test_winrt LANGUAGES C CXX) - -foreach(p ${QT_CONFIG_COMPILE_TEST_PACKAGES}) - find_package(${p}) -endforeach() - -if(QT_CONFIG_COMPILE_TEST_LIBRARIES) - link_libraries(${QT_CONFIG_COMPILE_TEST_LIBRARIES}) -endif() -if(QT_CONFIG_COMPILE_TEST_LIBRARY_TARGETS) - foreach(lib ${QT_CONFIG_COMPILE_TEST_LIBRARY_TARGETS}) - if(TARGET ${lib}) - link_libraries(${lib}) - endif() - endforeach() -endif() - -add_executable(${PROJECT_NAME} - main.cpp -) - -if(MSVC) - target_link_libraries(${PROJECT_NAME} PRIVATE - runtimeobject.lib - ) -endif() -- cgit v1.2.1