summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-02-09 17:06:13 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-02-11 16:43:58 +0100
commitf60105ed2698b7e51fac3e3631a1f1742f91bbad (patch)
tree734bd21ee03e4df3a2905ff53ddbb6377b976dee /tests
parentd0adfb770bd02da36a626ed10c5c00f0f5ef0862 (diff)
downloadqtimageformats-f60105ed2698b7e51fac3e3631a1f1742f91bbad.tar.gz
Remove QMake project files
This includes removal of the corresponding .prev_CMakeLists.txt files. Pick-to: 6.1 Task-number: QTBUG-88742 Change-Id: I43bd344cd515aa2f671d012c64f281e8fc4793c9 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/.prev_CMakeLists.txt7
-rw-r--r--tests/auto/auto.pro11
-rw-r--r--tests/auto/dds/dds.pro8
-rw-r--r--tests/auto/heif/heif.pro8
-rw-r--r--tests/auto/icns/icns.pro8
-rw-r--r--tests/auto/jp2/jp2.pro8
-rw-r--r--tests/auto/mng/mng.pro8
-rw-r--r--tests/auto/tga/tga.pro8
-rw-r--r--tests/auto/tiff/tiff.pro8
-rw-r--r--tests/auto/wbmp/wbmp.pro8
-rw-r--r--tests/auto/webp/webp.pro8
-rw-r--r--tests/tests.pro2
12 files changed, 0 insertions, 92 deletions
diff --git a/tests/.prev_CMakeLists.txt b/tests/.prev_CMakeLists.txt
deleted file mode 100644
index 2214137..0000000
--- a/tests/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-# Generated from tests.pro.
-
-if(QT_BUILD_STANDALONE_TESTS)
- # Add qt_find_package calls for extra dependencies that need to be found when building
- # the standalone tests here.
-endif()
-qt_build_tests()
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
deleted file mode 100644
index daa1dfb..0000000
--- a/tests/auto/auto.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = \
- tga \
- wbmp \
- dds \
- icns \
- jp2 \
- webp \
- heif \
- mng \
- tiff
diff --git a/tests/auto/dds/dds.pro b/tests/auto/dds/dds.pro
deleted file mode 100644
index da63b84..0000000
--- a/tests/auto/dds/dds.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TARGET = tst_qdds
-
-QT = core gui testlib
-CONFIG -= app_bundle
-CONFIG += testcase
-
-SOURCES += tst_qdds.cpp
-RESOURCES += $$PWD/../../shared/images/dds.qrc
diff --git a/tests/auto/heif/heif.pro b/tests/auto/heif/heif.pro
deleted file mode 100644
index 9ef1085..0000000
--- a/tests/auto/heif/heif.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TARGET = tst_qheif
-
-QT = core gui testlib
-CONFIG -= app_bundle
-CONFIG += testcase
-
-SOURCES += tst_qheif.cpp
-RESOURCES += $$PWD/../../shared/images/heif.qrc
diff --git a/tests/auto/icns/icns.pro b/tests/auto/icns/icns.pro
deleted file mode 100644
index ef891b7..0000000
--- a/tests/auto/icns/icns.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TARGET = tst_qicns
-
-QT = core gui testlib
-CONFIG -= app_bundle
-CONFIG += testcase
-
-SOURCES += tst_qicns.cpp
-RESOURCES += $$PWD/../../shared/images/icns.qrc
diff --git a/tests/auto/jp2/jp2.pro b/tests/auto/jp2/jp2.pro
deleted file mode 100644
index 26c2f83..0000000
--- a/tests/auto/jp2/jp2.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TARGET = tst_qjp2
-
-QT = core gui testlib
-CONFIG -= app_bundle
-CONFIG += testcase
-
-SOURCES += tst_qjp2.cpp
-RESOURCES += $$PWD/../../shared/images/jp2.qrc
diff --git a/tests/auto/mng/mng.pro b/tests/auto/mng/mng.pro
deleted file mode 100644
index 64545a0..0000000
--- a/tests/auto/mng/mng.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TARGET = tst_qmng
-
-QT = core gui testlib
-CONFIG -= app_bundle
-CONFIG += testcase
-
-SOURCES += tst_qmng.cpp
-RESOURCES += $$PWD/../../shared/images/mng.qrc
diff --git a/tests/auto/tga/tga.pro b/tests/auto/tga/tga.pro
deleted file mode 100644
index 14d51c6..0000000
--- a/tests/auto/tga/tga.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TARGET = tst_qtga
-
-QT = core gui testlib
-CONFIG -= app_bundle
-CONFIG += testcase
-
-SOURCES += tst_qtga.cpp
-RESOURCES += $$PWD/../../shared/images/tga.qrc
diff --git a/tests/auto/tiff/tiff.pro b/tests/auto/tiff/tiff.pro
deleted file mode 100644
index 29ed9eb..0000000
--- a/tests/auto/tiff/tiff.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TARGET = tst_qtiff
-
-QT = core gui testlib
-CONFIG -= app_bundle
-CONFIG += testcase
-
-SOURCES += tst_qtiff.cpp
-RESOURCES += $$PWD/../../shared/images/tiff.qrc
diff --git a/tests/auto/wbmp/wbmp.pro b/tests/auto/wbmp/wbmp.pro
deleted file mode 100644
index f8b0bdd..0000000
--- a/tests/auto/wbmp/wbmp.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TARGET = tst_qwbmp
-
-QT = core gui testlib
-CONFIG -= app_bundle
-CONFIG += testcase
-
-SOURCES += tst_qwbmp.cpp
-RESOURCES += $$PWD/../../shared/images/wbmp.qrc
diff --git a/tests/auto/webp/webp.pro b/tests/auto/webp/webp.pro
deleted file mode 100644
index 666ab51..0000000
--- a/tests/auto/webp/webp.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TARGET = tst_qwebp
-
-QT = core gui testlib
-CONFIG -= app_bundle
-CONFIG += testcase
-
-SOURCES += tst_qwebp.cpp
-RESOURCES += $$PWD/webp.qrc
diff --git a/tests/tests.pro b/tests/tests.pro
deleted file mode 100644
index 6b6bdac..0000000
--- a/tests/tests.pro
+++ /dev/null
@@ -1,2 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = auto benchmarks