From ad2da2d27a590333fc89a56fc58700a09c3017b3 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 17 Dec 2020 14:55:57 +0100 Subject: Remove the qmake project files Remove the qmake project files for most of Qt. Leave the qmake project files for examples, because we still test those in the CI to ensure qmake does not regress. Also leave the qmake project files for utils and other minor parts that lack CMake project files. Task-number: QTBUG-88742 Change-Id: I6cdf059e6204816f617f9624f3ea9822703f73cc Reviewed-by: Edward Welbourne Reviewed-by: Qt CI Bot Reviewed-by: Kai Koehne --- tests/auto/printsupport/dialogs/dialogs.pro | 3 --- .../dialogs/qabstractprintdialog/qabstractprintdialog.pro | 8 -------- tests/auto/printsupport/kernel/kernel.pro | 5 ----- tests/auto/printsupport/kernel/qprintdevice/qprintdevice.pro | 7 ------- tests/auto/printsupport/kernel/qprinter/qprinter.pro | 4 ---- tests/auto/printsupport/kernel/qprinterinfo/qprinterinfo.pro | 7 ------- tests/auto/printsupport/printsupport.pro | 6 ------ 7 files changed, 40 deletions(-) delete mode 100644 tests/auto/printsupport/dialogs/dialogs.pro delete mode 100644 tests/auto/printsupport/dialogs/qabstractprintdialog/qabstractprintdialog.pro delete mode 100644 tests/auto/printsupport/kernel/kernel.pro delete mode 100644 tests/auto/printsupport/kernel/qprintdevice/qprintdevice.pro delete mode 100644 tests/auto/printsupport/kernel/qprinter/qprinter.pro delete mode 100644 tests/auto/printsupport/kernel/qprinterinfo/qprinterinfo.pro delete mode 100644 tests/auto/printsupport/printsupport.pro (limited to 'tests/auto/printsupport') diff --git a/tests/auto/printsupport/dialogs/dialogs.pro b/tests/auto/printsupport/dialogs/dialogs.pro deleted file mode 100644 index 419bd13ccf..0000000000 --- a/tests/auto/printsupport/dialogs/dialogs.pro +++ /dev/null @@ -1,3 +0,0 @@ -TEMPLATE=subdirs -SUBDIRS=\ - qabstractprintdialog \ diff --git a/tests/auto/printsupport/dialogs/qabstractprintdialog/qabstractprintdialog.pro b/tests/auto/printsupport/dialogs/qabstractprintdialog/qabstractprintdialog.pro deleted file mode 100644 index b867610009..0000000000 --- a/tests/auto/printsupport/dialogs/qabstractprintdialog/qabstractprintdialog.pro +++ /dev/null @@ -1,8 +0,0 @@ -############################################################ -# Project file for autotest for file qabstractprintdialog.h -############################################################ - -CONFIG += testcase -TARGET = tst_qabstractprintdialog -QT += widgets printsupport testlib -SOURCES += tst_qabstractprintdialog.cpp diff --git a/tests/auto/printsupport/kernel/kernel.pro b/tests/auto/printsupport/kernel/kernel.pro deleted file mode 100644 index 0566556e01..0000000000 --- a/tests/auto/printsupport/kernel/kernel.pro +++ /dev/null @@ -1,5 +0,0 @@ -TEMPLATE=subdirs -SUBDIRS=\ - qprintdevice \ - qprinter \ - qprinterinfo \ diff --git a/tests/auto/printsupport/kernel/qprintdevice/qprintdevice.pro b/tests/auto/printsupport/kernel/qprintdevice/qprintdevice.pro deleted file mode 100644 index a859f15fbb..0000000000 --- a/tests/auto/printsupport/kernel/qprintdevice/qprintdevice.pro +++ /dev/null @@ -1,7 +0,0 @@ -CONFIG += testcase -TARGET = tst_qprintdevice -SOURCES += tst_qprintdevice.cpp - -QT += printsupport-private testlib - -DEFINES += QT_USE_USING_NAMESPACE diff --git a/tests/auto/printsupport/kernel/qprinter/qprinter.pro b/tests/auto/printsupport/kernel/qprinter/qprinter.pro deleted file mode 100644 index 462929c153..0000000000 --- a/tests/auto/printsupport/kernel/qprinter/qprinter.pro +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG += testcase -TARGET = tst_qprinter -QT += printsupport widgets testlib -SOURCES += tst_qprinter.cpp diff --git a/tests/auto/printsupport/kernel/qprinterinfo/qprinterinfo.pro b/tests/auto/printsupport/kernel/qprinterinfo/qprinterinfo.pro deleted file mode 100644 index 36261780fd..0000000000 --- a/tests/auto/printsupport/kernel/qprinterinfo/qprinterinfo.pro +++ /dev/null @@ -1,7 +0,0 @@ -CONFIG += testcase -TARGET = tst_qprinterinfo -SOURCES += tst_qprinterinfo.cpp - -QT += printsupport testlib - -DEFINES += QT_USE_USING_NAMESPACE diff --git a/tests/auto/printsupport/printsupport.pro b/tests/auto/printsupport/printsupport.pro deleted file mode 100644 index 647e48b120..0000000000 --- a/tests/auto/printsupport/printsupport.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE=subdirs -QT_FOR_CONFIG += printsupport -requires(qtConfig(printer)) -SUBDIRS=\ - dialogs \ - kernel \ -- cgit v1.2.3