From be7c1c9dd4eeedf9760903b217de3d302bfe6c2c Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 9 Feb 2021 17:07:49 +0100 Subject: Remove QMake project files This includes removal of the corresponding .prev_CMakeLists.txt files. Pick-to: 6.1 Task-number: QTBUG-88742 Change-Id: I4247294258629c92e80914518e9208019090c815 Reviewed-by: Qt CI Bot Reviewed-by: Oliver Wolff --- tests/auto/styleimports/styleimports.pro | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 tests/auto/styleimports/styleimports.pro (limited to 'tests/auto/styleimports/styleimports.pro') diff --git a/tests/auto/styleimports/styleimports.pro b/tests/auto/styleimports/styleimports.pro deleted file mode 100644 index 398ce7c2..00000000 --- a/tests/auto/styleimports/styleimports.pro +++ /dev/null @@ -1,30 +0,0 @@ -CONFIG += testcase -TARGET = tst_styleimports -SOURCES += tst_styleimports.cpp - -macos:CONFIG -= app_bundle - -QT += core-private gui-private qml-private quick-private quickcontrols2-private quickcontrols2impl-private testlib - -include (../shared/util.pri) - -resourcestyle.prefix = / -resourcestyle.base = resources -resourcestyle.files += \ - $$PWD/resources/ResourceStyle/Button.qml \ - $$PWD/resources/ResourceStyle/qmldir -RESOURCES += resourcestyle - -TESTDATA = data/* - -OTHER_FILES += \ - data/*.qml \ - data/qmldir \ - data/FileSystemStyle/*.qml \ - data/FileSystemStyle/qmldir \ - data/PlatformStyle/*.qml \ - data/PlatformStyle/+linux/*.qml \ - data/PlatformStyle/+macos/*.qml \ - data/PlatformStyle/+windows/*.qml \ - data/PlatformStyle/qmldir - -- cgit v1.2.3