From 63a601dc296dd33c4f672f68413d450375dac452 Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Tue, 18 May 2021 16:24:36 +1000 Subject: CMake: Remove unneeded *.pro and .prev_CMakeLists.txt files The .pro files corresponding to the .prev_CMakeLists.txt files have already been removed. Change-Id: I254eafe4c7de1a516e33bd9cb3d9879e73fa83b4 Reviewed-by: Fabian Kosmale Reviewed-by: Ulf Hermann Reviewed-by: Joerg Bornemann --- .../auto/qml/qmlimportscanner/.prev_CMakeLists.txt | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 tests/auto/qml/qmlimportscanner/.prev_CMakeLists.txt (limited to 'tests/auto/qml/qmlimportscanner') diff --git a/tests/auto/qml/qmlimportscanner/.prev_CMakeLists.txt b/tests/auto/qml/qmlimportscanner/.prev_CMakeLists.txt deleted file mode 100644 index 66231beccb..0000000000 --- a/tests/auto/qml/qmlimportscanner/.prev_CMakeLists.txt +++ /dev/null @@ -1,35 +0,0 @@ -# Generated from qmlimportscanner.pro. - -##################################################################### -## tst_qmlimportscanner Test: -##################################################################### - -# Collect test data -file(GLOB_RECURSE test_data_glob - RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} - data/*) -list(APPEND test_data ${test_data_glob}) - -qt_internal_add_test(tst_qmlimportscanner - SOURCES - ../../shared/util.cpp ../../shared/util.h - tst_qmlimportscanner.cpp - INCLUDE_DIRECTORIES - ../../shared - PUBLIC_LIBRARIES - Qt::Gui - TESTDATA ${test_data} -) - -## Scopes: -##################################################################### - -qt_internal_extend_target(tst_qmlimportscanner CONDITION ANDROID OR IOS - DEFINES - QT_QMLTEST_DATADIR=\\\":/data\\\" -) - -qt_internal_extend_target(tst_qmlimportscanner CONDITION NOT ANDROID AND NOT IOS - DEFINES - QT_QMLTEST_DATADIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/data\\\" -) -- cgit v1.2.3