aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmldom
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-01-15 13:37:58 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2021-01-15 15:34:22 +0100
commit78ab4b8d8b75fed240cded1a3f182048e56a8823 (patch)
tree96cdc6b049a1f8330648134eecfe74b75be28350 /tests/auto/qmldom
parentbd017c18ab1faa6011db12afadade74172e03de7 (diff)
Remove the qmake project files
Remove all qmake project files, except for examples which are used to test that qmake continues to work. Change-Id: Ic4abb72dc2dcd75df7a797c56056b6b3c5fe62ac Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests/auto/qmldom')
-rw-r--r--tests/auto/qmldom/domitem/domitem.pro24
-rw-r--r--tests/auto/qmldom/errormessage/errormessage.pro24
-rw-r--r--tests/auto/qmldom/path/path.pro24
-rw-r--r--tests/auto/qmldom/qmldom.pro7
-rw-r--r--tests/auto/qmldom/stringdumper/stringdumper.pro27
5 files changed, 0 insertions, 106 deletions
diff --git a/tests/auto/qmldom/domitem/domitem.pro b/tests/auto/qmldom/domitem/domitem.pro
deleted file mode 100644
index 1cbbb3b5b2..0000000000
--- a/tests/auto/qmldom/domitem/domitem.pro
+++ /dev/null
@@ -1,24 +0,0 @@
-QT = core qmldevtools-private qmldom-private testlib
-TARGET = tst_qmldomitem
-
-
-CONFIG += c++11 console
-CONFIG -= app_bundle
-CONFIG += testcase
-
-# The following define makes your compiler emit warnings if you use
-# any Qt feature that has been marked deprecated (the exact warnings
-# depend on your compiler). Please consult the documentation of the
-# deprecated API in order to know how to port your code away from it.
-DEFINES += QT_DEPRECATED_WARNINGS
-
-# You can also make your code fail to compile if it uses deprecated APIs.
-# In order to do so, uncomment the following line.
-# You can also select to disable deprecated APIs only up to a certain version of Qt.
-#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
-
-SOURCES += \
- tst_qmldomitem.cpp
-
-
-load(qt_common)
diff --git a/tests/auto/qmldom/errormessage/errormessage.pro b/tests/auto/qmldom/errormessage/errormessage.pro
deleted file mode 100644
index 21ce2bb1c9..0000000000
--- a/tests/auto/qmldom/errormessage/errormessage.pro
+++ /dev/null
@@ -1,24 +0,0 @@
-QT = core qmldevtools-private qmldom-private testlib
-TARGET = tst_qmldomerrormessage
-
-
-CONFIG += c++11 console
-CONFIG -= app_bundle
-CONFIG += testcase
-
-# The following define makes your compiler emit warnings if you use
-# any Qt feature that has been marked deprecated (the exact warnings
-# depend on your compiler). Please consult the documentation of the
-# deprecated API in order to know how to port your code away from it.
-DEFINES += QT_DEPRECATED_WARNINGS
-
-# You can also make your code fail to compile if it uses deprecated APIs.
-# In order to do so, uncomment the following line.
-# You can also select to disable deprecated APIs only up to a certain version of Qt.
-#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
-
-SOURCES += \
- tst_qmldomerrormessage.cpp
-
-
-load(qt_common)
diff --git a/tests/auto/qmldom/path/path.pro b/tests/auto/qmldom/path/path.pro
deleted file mode 100644
index 744560bdc3..0000000000
--- a/tests/auto/qmldom/path/path.pro
+++ /dev/null
@@ -1,24 +0,0 @@
-QT = core qmldevtools-private qmldom-private testlib
-TARGET = tst_qmldompath
-
-
-CONFIG += c++11 console
-CONFIG -= app_bundle
-CONFIG += testcase
-
-# The following define makes your compiler emit warnings if you use
-# any Qt feature that has been marked deprecated (the exact warnings
-# depend on your compiler). Please consult the documentation of the
-# deprecated API in order to know how to port your code away from it.
-DEFINES += QT_DEPRECATED_WARNINGS
-
-# You can also make your code fail to compile if it uses deprecated APIs.
-# In order to do so, uncomment the following line.
-# You can also select to disable deprecated APIs only up to a certain version of Qt.
-#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
-
-SOURCES += \
- tst_qmldompath.cpp
-
-
-load(qt_common)
diff --git a/tests/auto/qmldom/qmldom.pro b/tests/auto/qmldom/qmldom.pro
deleted file mode 100644
index e43d224dba..0000000000
--- a/tests/auto/qmldom/qmldom.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS += \
- errormessage \
- domitem \
- path \
- stringdumper
diff --git a/tests/auto/qmldom/stringdumper/stringdumper.pro b/tests/auto/qmldom/stringdumper/stringdumper.pro
deleted file mode 100644
index 2494f44023..0000000000
--- a/tests/auto/qmldom/stringdumper/stringdumper.pro
+++ /dev/null
@@ -1,27 +0,0 @@
-QT = core qmldevtools-private qmldom-private testlib
-TARGET = tst_qmldomstringdumper
-
-
-INCLUDEPATH += ../../../../src/qmldom
-
-
-CONFIG += c++11 console
-CONFIG -= app_bundle
-CONFIG += testcase
-
-# The following define makes your compiler emit warnings if you use
-# any Qt feature that has been marked deprecated (the exact warnings
-# depend on your compiler). Please consult the documentation of the
-# deprecated API in order to know how to port your code away from it.
-DEFINES += QT_DEPRECATED_WARNINGS
-
-# You can also make your code fail to compile if it uses deprecated APIs.
-# In order to do so, uncomment the following line.
-# You can also select to disable deprecated APIs only up to a certain version of Qt.
-#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
-
-SOURCES += \
- tst_qmldomstringdumper.cpp
-
-
-load(qt_common)