From 0e18524a84d2aae65c54edc676d8ad7348f7d61c Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Fri, 15 May 2020 10:39:51 +0200 Subject: Remove Qt Labs Calendar This is getting its own repository as part of the move to the marketplace. Task-number: QTBUG-84172 Pick-to: 5.15 Change-Id: I2f963c298d6ef95e0832f95aa1e1ea809f4867a2 Reviewed-by: Volker Hilsheimer --- tests/auto/calendar/CMakeLists.txt | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 tests/auto/calendar/CMakeLists.txt (limited to 'tests/auto/calendar/CMakeLists.txt') diff --git a/tests/auto/calendar/CMakeLists.txt b/tests/auto/calendar/CMakeLists.txt deleted file mode 100644 index 34937d14..00000000 --- a/tests/auto/calendar/CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ -# Generated from calendar.pro. - -##################################################################### -## tst_calendar Test: -##################################################################### - -# Collect test data -file(GLOB_RECURSE test_data_glob - RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} - ${CMAKE_CURRENT_SOURCE_DIR}/data/tst_*) -list(APPEND test_data ${test_data_glob}) - -qt_add_test(tst_calendar - GUI - QMLTEST - SOURCES - tst_calendar.cpp - PUBLIC_LIBRARIES - Qt::Gui - TESTDATA ${test_data} -) - -#### Keys ignored in scope 1:.:.:calendar.pro:: -# OTHER_FILES = "$$PWD/data/*.qml" -# TEMPLATE = "app" -- cgit v1.2.3