summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/mimetypes
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-01-08 17:04:04 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-01-12 20:59:13 +0100
commit04f11f9935453a3db6bc5e5064a187fa25e85d90 (patch)
tree7a4b6724e247811195e5c98f98e978483abe29ee /tests/auto/corelib/mimetypes
parentbb00b63dee85bfe77bd721dd962c768e62c1b1e3 (diff)
Remove .prev_CMakeLists.txt files
Those serve no purpose anymore, now that the .pro files are gone. Task-number: QTBUG-88742 Change-Id: I39943327b8c9871785b58e9973e4e7602371793e Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'tests/auto/corelib/mimetypes')
-rw-r--r--tests/auto/corelib/mimetypes/.prev_CMakeLists.txt6
-rw-r--r--tests/auto/corelib/mimetypes/qmimedatabase/qmimedatabase-cache/.prev_CMakeLists.txt107
-rw-r--r--tests/auto/corelib/mimetypes/qmimedatabase/qmimedatabase-xml/.prev_CMakeLists.txt107
3 files changed, 0 insertions, 220 deletions
diff --git a/tests/auto/corelib/mimetypes/.prev_CMakeLists.txt b/tests/auto/corelib/mimetypes/.prev_CMakeLists.txt
deleted file mode 100644
index 00c7dd7df2..0000000000
--- a/tests/auto/corelib/mimetypes/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-# Generated from mimetypes.pro.
-
-if(QT_FEATURE_private_tests)
- add_subdirectory(qmimetype)
-endif()
-add_subdirectory(qmimedatabase)
diff --git a/tests/auto/corelib/mimetypes/qmimedatabase/qmimedatabase-cache/.prev_CMakeLists.txt b/tests/auto/corelib/mimetypes/qmimedatabase/qmimedatabase-cache/.prev_CMakeLists.txt
deleted file mode 100644
index 31ee565109..0000000000
--- a/tests/auto/corelib/mimetypes/qmimedatabase/qmimedatabase-cache/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,107 +0,0 @@
-# Generated from qmimedatabase-cache.pro.
-
-if(NOT QT_FEATURE_private_tests)
- return()
-endif()
-
-#####################################################################
-## tst_qmimedatabase-cache Test:
-#####################################################################
-
-qt_internal_add_test(tst_qmimedatabase-cache
- SOURCES
- ../tst_qmimedatabase.h
- tst_qmimedatabase-cache.cpp
- PUBLIC_LIBRARIES
- Qt::Concurrent
-)
-
-# Resources:
-set_source_files_properties("/Volumes/T3/Dev/qt/qt5_cmake/worktrees/dev/qtbase/src/corelib/mimetypes/mime/packages/freedesktop.org.xml"
- PROPERTIES QT_RESOURCE_ALIAS "freedesktop.org.xml"
-)
-set(mimetypes_resource_files
- "mime/packages/freedesktop.org.xml"
-)
-
-qt_internal_add_resource(tst_qmimedatabase-cache "mimetypes"
- PREFIX
- "/qt-project.org/qmime/packages"
- BASE
- "/Volumes/T3/Dev/qt/qt5_cmake/worktrees/dev/qtbase/src/corelib/mimetypes"
- FILES
- ${mimetypes_resource_files}
-)
-set_source_files_properties("../invalid-magic1.xml"
- PROPERTIES QT_RESOURCE_ALIAS "invalid-magic1.xml"
-)
-set_source_files_properties("../invalid-magic2.xml"
- PROPERTIES QT_RESOURCE_ALIAS "invalid-magic2.xml"
-)
-set_source_files_properties("../invalid-magic3.xml"
- PROPERTIES QT_RESOURCE_ALIAS "invalid-magic3.xml"
-)
-set_source_files_properties("../magic-and-hierarchy.foo"
- PROPERTIES QT_RESOURCE_ALIAS "magic-and-hierarchy.foo"
-)
-set_source_files_properties("../magic-and-hierarchy.xml"
- PROPERTIES QT_RESOURCE_ALIAS "magic-and-hierarchy.xml"
-)
-set_source_files_properties("../magic-and-hierarchy2.foo"
- PROPERTIES QT_RESOURCE_ALIAS "magic-and-hierarchy2.foo"
-)
-set_source_files_properties("../qml-again.xml"
- PROPERTIES QT_RESOURCE_ALIAS "qml-again.xml"
-)
-set_source_files_properties("../test.qml"
- PROPERTIES QT_RESOURCE_ALIAS "test.qml"
-)
-set_source_files_properties("../text-x-objcsrc.xml"
- PROPERTIES QT_RESOURCE_ALIAS "text-x-objcsrc.xml"
-)
-set_source_files_properties("../yast2-metapackage-handler-mimetypes.xml"
- PROPERTIES QT_RESOURCE_ALIAS "yast2-metapackage-handler-mimetypes.xml"
-)
-set(testdata_resource_files
- "invalid-magic1.xml"
- "invalid-magic2.xml"
- "invalid-magic3.xml"
- "magic-and-hierarchy.foo"
- "magic-and-hierarchy.xml"
- "magic-and-hierarchy2.foo"
- "qml-again.xml"
- "test.qml"
- "text-x-objcsrc.xml"
- "yast2-metapackage-handler-mimetypes.xml"
-)
-
-qt_internal_add_resource(tst_qmimedatabase-cache "testdata"
- PREFIX
- "/qt-project.org/qmime"
- BASE
- ".."
- FILES
- ${testdata_resource_files}
-)
-
-
-#### Keys ignored in scope 1:.:.:qmimedatabase-cache.pro:<TRUE>:
-# _REQUIREMENTS = "qtConfig(private_tests)"
-
-## Scopes:
-#####################################################################
-
-qt_internal_extend_target(tst_qmimedatabase-cache CONDITION GCC
- COMPILE_OPTIONS
- -W
- -Wall
- -Wextra
- -Wno-long-long
- -Wnon-virtual-dtor
- -Wshadow
-)
-
-qt_internal_extend_target(tst_qmimedatabase-cache CONDITION UNIX AND NOT APPLE AND NOT QNX
- DEFINES
- USE_XDG_DATA_DIRS
-)
diff --git a/tests/auto/corelib/mimetypes/qmimedatabase/qmimedatabase-xml/.prev_CMakeLists.txt b/tests/auto/corelib/mimetypes/qmimedatabase/qmimedatabase-xml/.prev_CMakeLists.txt
deleted file mode 100644
index 66d6e8414c..0000000000
--- a/tests/auto/corelib/mimetypes/qmimedatabase/qmimedatabase-xml/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,107 +0,0 @@
-# Generated from qmimedatabase-xml.pro.
-
-if(NOT QT_FEATURE_private_tests)
- return()
-endif()
-
-#####################################################################
-## tst_qmimedatabase-xml Test:
-#####################################################################
-
-qt_internal_add_test(tst_qmimedatabase-xml
- SOURCES
- ../tst_qmimedatabase.h
- tst_qmimedatabase-xml.cpp
- PUBLIC_LIBRARIES
- Qt::Concurrent
-)
-
-# Resources:
-set_source_files_properties("/Volumes/T3/Dev/qt/qt5_cmake/worktrees/dev/qtbase/src/corelib/mimetypes/mime/packages/freedesktop.org.xml"
- PROPERTIES QT_RESOURCE_ALIAS "freedesktop.org.xml"
-)
-set(mimetypes_resource_files
- "mime/packages/freedesktop.org.xml"
-)
-
-qt_internal_add_resource(tst_qmimedatabase-xml "mimetypes"
- PREFIX
- "/qt-project.org/qmime/packages"
- BASE
- "/Volumes/T3/Dev/qt/qt5_cmake/worktrees/dev/qtbase/src/corelib/mimetypes"
- FILES
- ${mimetypes_resource_files}
-)
-set_source_files_properties("../invalid-magic1.xml"
- PROPERTIES QT_RESOURCE_ALIAS "invalid-magic1.xml"
-)
-set_source_files_properties("../invalid-magic2.xml"
- PROPERTIES QT_RESOURCE_ALIAS "invalid-magic2.xml"
-)
-set_source_files_properties("../invalid-magic3.xml"
- PROPERTIES QT_RESOURCE_ALIAS "invalid-magic3.xml"
-)
-set_source_files_properties("../magic-and-hierarchy.foo"
- PROPERTIES QT_RESOURCE_ALIAS "magic-and-hierarchy.foo"
-)
-set_source_files_properties("../magic-and-hierarchy.xml"
- PROPERTIES QT_RESOURCE_ALIAS "magic-and-hierarchy.xml"
-)
-set_source_files_properties("../magic-and-hierarchy2.foo"
- PROPERTIES QT_RESOURCE_ALIAS "magic-and-hierarchy2.foo"
-)
-set_source_files_properties("../qml-again.xml"
- PROPERTIES QT_RESOURCE_ALIAS "qml-again.xml"
-)
-set_source_files_properties("../test.qml"
- PROPERTIES QT_RESOURCE_ALIAS "test.qml"
-)
-set_source_files_properties("../text-x-objcsrc.xml"
- PROPERTIES QT_RESOURCE_ALIAS "text-x-objcsrc.xml"
-)
-set_source_files_properties("../yast2-metapackage-handler-mimetypes.xml"
- PROPERTIES QT_RESOURCE_ALIAS "yast2-metapackage-handler-mimetypes.xml"
-)
-set(testdata_resource_files
- "invalid-magic1.xml"
- "invalid-magic2.xml"
- "invalid-magic3.xml"
- "magic-and-hierarchy.foo"
- "magic-and-hierarchy.xml"
- "magic-and-hierarchy2.foo"
- "qml-again.xml"
- "test.qml"
- "text-x-objcsrc.xml"
- "yast2-metapackage-handler-mimetypes.xml"
-)
-
-qt_internal_add_resource(tst_qmimedatabase-xml "testdata"
- PREFIX
- "/qt-project.org/qmime"
- BASE
- ".."
- FILES
- ${testdata_resource_files}
-)
-
-
-#### Keys ignored in scope 1:.:.:qmimedatabase-xml.pro:<TRUE>:
-# _REQUIREMENTS = "qtConfig(private_tests)"
-
-## Scopes:
-#####################################################################
-
-qt_internal_extend_target(tst_qmimedatabase-xml CONDITION GCC
- COMPILE_OPTIONS
- -W
- -Wall
- -Wextra
- -Wno-long-long
- -Wnon-virtual-dtor
- -Wshadow
-)
-
-qt_internal_extend_target(tst_qmimedatabase-xml CONDITION UNIX AND NOT APPLE AND NOT QNX
- DEFINES
- USE_XDG_DATA_DIRS
-)