summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-04-12 14:53:28 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2021-04-12 16:45:10 +0200
commit4d528a06c21811b9ac6dbb8ecde23c2537c4c567 (patch)
tree6601f6045be81ccc94448864a50ea743bab7199b /tests
parent664e467c1eb03f537d9d477bcc99ffd101fc1943 (diff)
Remove QMake project files
Remove the .pro/.pri project files and the associated .prev_CMakeLists.txt files. Task-number: QTBUG-78167 Pick-to: 6.1 Change-Id: I8dea2d3efccf8bae6a4b41779dccfaf5f9f83222 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/.prev_CMakeLists.txt9
-rw-r--r--tests/auto/auto.pro10
-rw-r--r--tests/auto/cmake/cmake.pro5
-rw-r--r--tests/auto/conversion/conversion.pro3
-rw-r--r--tests/auto/dumpcpp/dumpcpp.pro11
-rw-r--r--tests/auto/qaxobject/qaxobject.pro3
-rw-r--r--tests/auto/qaxscript/qaxscript.pro3
-rw-r--r--tests/manual/axviewer/.prev_CMakeLists.txt69
-rw-r--r--tests/manual/axviewer/axviewer.pro9
-rw-r--r--tests/manual/dumpcpp/dumpcpp.pro13
-rw-r--r--tests/manual/manual.pro2
-rw-r--r--tests/manual/shared/shared.pri3
-rw-r--r--tests/manual/testcontrol/testcontrol.pro6
-rw-r--r--tests/tests.pro2
14 files changed, 0 insertions, 148 deletions
diff --git a/tests/auto/.prev_CMakeLists.txt b/tests/auto/.prev_CMakeLists.txt
deleted file mode 100644
index adb25cf..0000000
--- a/tests/auto/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-# Generated from auto.pro.
-
-add_subdirectory(conversion)
-add_subdirectory(qaxobject)
-add_subdirectory(dumpcpp)
-add_subdirectory(cmake)
-if(NOT GCC)
- add_subdirectory(qaxscript)
-endif()
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
deleted file mode 100644
index 0b43b0d..0000000
--- a/tests/auto/auto.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS += \
- conversion \
- qaxobject \
- qaxscript \
- dumpcpp \
- cmake
-
-*g++*: SUBDIRS -= \
- qaxscript \
diff --git a/tests/auto/cmake/cmake.pro b/tests/auto/cmake/cmake.pro
deleted file mode 100644
index bf2dbcb..0000000
--- a/tests/auto/cmake/cmake.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-
-# Cause make to do nothing.
-TEMPLATE = subdirs
-
-CONFIG += ctest_testcase
diff --git a/tests/auto/conversion/conversion.pro b/tests/auto/conversion/conversion.pro
deleted file mode 100644
index 47f0699..0000000
--- a/tests/auto/conversion/conversion.pro
+++ /dev/null
@@ -1,3 +0,0 @@
-CONFIG += testcase
-QT += axcontainer testlib
-SOURCES += tst_conversion.cpp
diff --git a/tests/auto/dumpcpp/dumpcpp.pro b/tests/auto/dumpcpp/dumpcpp.pro
deleted file mode 100644
index aae7bd8..0000000
--- a/tests/auto/dumpcpp/dumpcpp.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-CONFIG += testcase
-QT += widgets axcontainer testlib
-SOURCES += tst_dumpcpp.cpp
-TARGET = tst_dumpcpp
-
-# Assume Web Browser type library is available in all windows installations
-TYPELIBS = $$(SystemRoot)\\system32\\ieframe.dll
-
-!exists($$TYPELIBS) {
- message("Web Browser type library for test not found!")
-}
diff --git a/tests/auto/qaxobject/qaxobject.pro b/tests/auto/qaxobject/qaxobject.pro
deleted file mode 100644
index e6f51a1..0000000
--- a/tests/auto/qaxobject/qaxobject.pro
+++ /dev/null
@@ -1,3 +0,0 @@
-CONFIG += testcase
-QT += axcontainer testlib
-SOURCES += tst_qaxobject.cpp
diff --git a/tests/auto/qaxscript/qaxscript.pro b/tests/auto/qaxscript/qaxscript.pro
deleted file mode 100644
index 704b2cd..0000000
--- a/tests/auto/qaxscript/qaxscript.pro
+++ /dev/null
@@ -1,3 +0,0 @@
-CONFIG += testcase
-QT = core axcontainer testlib
-SOURCES += tst_qaxscript.cpp
diff --git a/tests/manual/axviewer/.prev_CMakeLists.txt b/tests/manual/axviewer/.prev_CMakeLists.txt
deleted file mode 100644
index bcbe193..0000000
--- a/tests/manual/axviewer/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,69 +0,0 @@
-# Generated from axviewer.pro.
-
-#####################################################################
-## axviewer Binary:
-#####################################################################
-
-qt_add_manual_test(axviewer
- SOURCES
- ../shared/metaobjectdump.cpp ../shared/metaobjectdump.h
- ../shared/textdialog.cpp ../shared/textdialog.h
- main.cpp
- INCLUDE_DIRECTORIES
- ../shared
- PUBLIC_LIBRARIES
- Qt::AxContainer
- Qt::Gui
- Qt::Widgets
-)
-
-#### Keys ignored in scope 1:.:.:axviewer.pro:<TRUE>:
-# DIAGLIB = "../../../../qtbase/tests/manual/diaglib"
-# TEMPLATE = "app"
-
-## Scopes:
-#####################################################################
-
-qt_extend_target(axviewer CONDITION EXISTS _ss_DIAGLIB
- SOURCES
- ../../../../qtbase/tests/manual/diaglib/eventfilter.cpp ../../../../qtbase/tests/manual/diaglib/eventfilter.h
- ../../../../qtbase/tests/manual/diaglib/nativewindowdump.h
- ../../../../qtbase/tests/manual/diaglib/qwindowdump.cpp ../../../../qtbase/tests/manual/diaglib/qwindowdump.h
- ../../../../qtbase/tests/manual/diaglib/textdump.cpp ../../../../qtbase/tests/manual/diaglib/textdump.h
- DEFINES
- QT_DIAG_LIB
- INCLUDE_DIRECTORIES
- ../../../../qtbase/tests/manual/diaglib
- PUBLIC_LIBRARIES
- Qt::CorePrivate
- Qt::GuiPrivate
-)
-
-qt_extend_target(axviewer CONDITION (EXISTS _ss_DIAGLIB) AND (WIN32)
- SOURCES
- ../../../../qtbase/tests/manual/diaglib/nativewindowdump_win.cpp
- PUBLIC_LIBRARIES
- user32
-)
-
-qt_extend_target(axviewer CONDITION (EXISTS _ss_DIAGLIB) AND (NOT (WIN32))
- SOURCES
- ../../../../qtbase/tests/manual/diaglib/nativewindowdump.cpp
-)
-
-qt_extend_target(axviewer CONDITION (EXISTS _ss_DIAGLIB) AND (QT_FEATURE_widgets)
- SOURCES
- ../../../../qtbase/tests/manual/diaglib/debugproxystyle.cpp ../../../../qtbase/tests/manual/diaglib/debugproxystyle.h
- ../../../../qtbase/tests/manual/diaglib/logwidget.cpp ../../../../qtbase/tests/manual/diaglib/logwidget.h
- ../../../../qtbase/tests/manual/diaglib/qwidgetdump.cpp ../../../../qtbase/tests/manual/diaglib/qwidgetdump.h
- PUBLIC_LIBRARIES
- Qt::WidgetsPrivate
-)
-
-qt_extend_target(axviewer CONDITION (EXISTS _ss_DIAGLIB) AND (QT_FEATURE_opengl)
- SOURCES
- ../../../../qtbase/tests/manual/diaglib/glinfo.cpp ../../../../qtbase/tests/manual/diaglib/glinfo.h
- PUBLIC_LIBRARIES
- Qt::OpenGL
- Qt::OpenGLWidgets
-)
diff --git a/tests/manual/axviewer/axviewer.pro b/tests/manual/axviewer/axviewer.pro
deleted file mode 100644
index a609e49..0000000
--- a/tests/manual/axviewer/axviewer.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-TEMPLATE = app
-QT = core gui widgets axcontainer
-CONFIG += console c++11
-
-SOURCES += main.cpp
-include(../shared/shared.pri)
-
-DIAGLIB = ../../../../qtbase/tests/manual/diaglib
-exists($$DIAGLIB):include($$DIAGLIB/diaglib.pri)
diff --git a/tests/manual/dumpcpp/dumpcpp.pro b/tests/manual/dumpcpp/dumpcpp.pro
deleted file mode 100644
index 6f116c0..0000000
--- a/tests/manual/dumpcpp/dumpcpp.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TEMPLATE=app
-CONFIG += QMAKE_LFLAGS_CONSOLE
-QT += widgets axcontainer testlib
-
-SOURCES += main.cpp
-include(../shared/shared.pri)
-
-# Assume Web Browser type library is available in all windows installations
-TYPELIBS = $$(SystemRoot)\\system32\\ieframe.dll
-
-!exists($$TYPELIBS) {
- message("Web Browser type library for test not found!")
-}
diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro
deleted file mode 100644
index 5749606..0000000
--- a/tests/manual/manual.pro
+++ /dev/null
@@ -1,2 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS += axviewer dumpcpp testcontrol
diff --git a/tests/manual/shared/shared.pri b/tests/manual/shared/shared.pri
deleted file mode 100644
index ffd18b3..0000000
--- a/tests/manual/shared/shared.pri
+++ /dev/null
@@ -1,3 +0,0 @@
-SOURCES += $$PWD/metaobjectdump.cpp $$PWD/textdialog.cpp
-HEADERS += $$PWD/metaobjectdump.h $$PWD/textdialog.h
-INCLUDEPATH += $$PWD
diff --git a/tests/manual/testcontrol/testcontrol.pro b/tests/manual/testcontrol/testcontrol.pro
deleted file mode 100644
index 30a0b48..0000000
--- a/tests/manual/testcontrol/testcontrol.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-QT += widgets axserver
-TARGET = testcontrol
-TEMPLATE = app
-SOURCES += main.cpp
-CONFIG += warn_off
-RC_FILE = testcontrol.rc
diff --git a/tests/tests.pro b/tests/tests.pro
deleted file mode 100644
index 157ef34..0000000
--- a/tests/tests.pro
+++ /dev/null
@@ -1,2 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS += auto