summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-04-29 17:11:38 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-04-30 11:50:05 +0200
commit5714855f869e78d872b5e543d77f7bdd7194d902 (patch)
treeee2f086f69c18ff849423717cdb9659d0276f3ed /tests
parent93296f80e8949525393b0a0fe8e799c2b55b1dd1 (diff)
Remove qmake project files
Task-number: QTBUG-88742 Change-Id: I32be2effcca79627e1dccc886917c81d19001bda Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Rebecca Worledge <rebecca.worledge@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro2
-rw-r--r--tests/auto/bodymovin/bodymovin.pro2
-rw-r--r--tests/auto/bodymovin/shape/ellipse/ellipse.pro5
-rw-r--r--tests/auto/bodymovin/shape/fill/fill.pro5
-rw-r--r--tests/auto/bodymovin/shape/path/path.pro5
-rw-r--r--tests/auto/bodymovin/shape/rect/rect.pro5
-rw-r--r--tests/auto/bodymovin/shape/repeater/repeater.pro5
-rw-r--r--tests/auto/bodymovin/shape/repeatertransform/repeatertransform.pro6
-rw-r--r--tests/auto/bodymovin/shape/shape.pro13
-rw-r--r--tests/auto/bodymovin/shape/shapelayer/shapelayer.pro5
-rw-r--r--tests/auto/bodymovin/shape/shapetransform/shapetransform.pro5
-rw-r--r--tests/auto/bodymovin/shape/stroke/stroke.pro5
-rw-r--r--tests/auto/bodymovin/shape/transform/transform.pro6
-rw-r--r--tests/auto/bodymovin/shape/trimpath/trimpath.pro5
-rw-r--r--tests/auto/imports/imports.pro30
-rw-r--r--tests/tests.pro8
16 files changed, 0 insertions, 112 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
deleted file mode 100644
index da39e21..0000000
--- a/tests/auto/auto.pro
+++ /dev/null
@@ -1,2 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS += bodymovin
diff --git a/tests/auto/bodymovin/bodymovin.pro b/tests/auto/bodymovin/bodymovin.pro
deleted file mode 100644
index 9af152d..0000000
--- a/tests/auto/bodymovin/bodymovin.pro
+++ /dev/null
@@ -1,2 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS += shape
diff --git a/tests/auto/bodymovin/shape/ellipse/ellipse.pro b/tests/auto/bodymovin/shape/ellipse/ellipse.pro
deleted file mode 100644
index fab1bd8..0000000
--- a/tests/auto/bodymovin/shape/ellipse/ellipse.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-QT += testlib gui-private bodymovin-private
-CONFIG += c++11
-
-SOURCES = \
- tst_bmellipse.cpp
diff --git a/tests/auto/bodymovin/shape/fill/fill.pro b/tests/auto/bodymovin/shape/fill/fill.pro
deleted file mode 100644
index f026bb3..0000000
--- a/tests/auto/bodymovin/shape/fill/fill.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-QT += testlib gui-private bodymovin-private
-CONFIG += c++11
-
-SOURCES = \
- tst_bmfill.cpp
diff --git a/tests/auto/bodymovin/shape/path/path.pro b/tests/auto/bodymovin/shape/path/path.pro
deleted file mode 100644
index 1ce75c6..0000000
--- a/tests/auto/bodymovin/shape/path/path.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-QT += testlib gui-private bodymovin-private
-CONFIG += c++11
-
-SOURCES = \
- tst_bmpath.cpp
diff --git a/tests/auto/bodymovin/shape/rect/rect.pro b/tests/auto/bodymovin/shape/rect/rect.pro
deleted file mode 100644
index 75a356e..0000000
--- a/tests/auto/bodymovin/shape/rect/rect.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-QT += testlib gui-private bodymovin-private
-CONFIG += c++11
-
-SOURCES = \
- tst_bmrect.cpp
diff --git a/tests/auto/bodymovin/shape/repeater/repeater.pro b/tests/auto/bodymovin/shape/repeater/repeater.pro
deleted file mode 100644
index 646838b..0000000
--- a/tests/auto/bodymovin/shape/repeater/repeater.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-QT += testlib gui-private bodymovin-private
-CONFIG += c++11
-
-SOURCES = \
- tst_bmrepeater.cpp
diff --git a/tests/auto/bodymovin/shape/repeatertransform/repeatertransform.pro b/tests/auto/bodymovin/shape/repeatertransform/repeatertransform.pro
deleted file mode 100644
index 5306888..0000000
--- a/tests/auto/bodymovin/shape/repeatertransform/repeatertransform.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-QT += testlib gui-private bodymovin-private
-CONFIG += c++11
-
-SOURCES = \
- tst_bmrepeatertransform.cpp
-
diff --git a/tests/auto/bodymovin/shape/shape.pro b/tests/auto/bodymovin/shape/shape.pro
deleted file mode 100644
index dab6f46..0000000
--- a/tests/auto/bodymovin/shape/shape.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS += \
- shapelayer \
- rect \
- ellipse \
- fill \
- stroke \
- path \
- trimpath \
- transform \
- shapetransform \
- repeater \
- repeatertransform
diff --git a/tests/auto/bodymovin/shape/shapelayer/shapelayer.pro b/tests/auto/bodymovin/shape/shapelayer/shapelayer.pro
deleted file mode 100644
index 478f5c9..0000000
--- a/tests/auto/bodymovin/shape/shapelayer/shapelayer.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-QT += testlib bodymovin-private
-CONFIG += c++11
-
-SOURCES = \
- tst_bmshapelayer.cpp
diff --git a/tests/auto/bodymovin/shape/shapetransform/shapetransform.pro b/tests/auto/bodymovin/shape/shapetransform/shapetransform.pro
deleted file mode 100644
index 92ae225..0000000
--- a/tests/auto/bodymovin/shape/shapetransform/shapetransform.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-QT += testlib gui-private bodymovin-private
-CONFIG += c++11
-
-SOURCES = \
- tst_bmshapetransform.cpp
diff --git a/tests/auto/bodymovin/shape/stroke/stroke.pro b/tests/auto/bodymovin/shape/stroke/stroke.pro
deleted file mode 100644
index ce75670..0000000
--- a/tests/auto/bodymovin/shape/stroke/stroke.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-QT += testlib gui-private bodymovin-private
-CONFIG += c++11
-
-SOURCES = \
- tst_bmstroke.cpp
diff --git a/tests/auto/bodymovin/shape/transform/transform.pro b/tests/auto/bodymovin/shape/transform/transform.pro
deleted file mode 100644
index cdb0a83..0000000
--- a/tests/auto/bodymovin/shape/transform/transform.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-QT += testlib gui-private bodymovin-private
-CONFIG += c++11
-
-SOURCES = \
- tst_bmbasictransform.cpp
-
diff --git a/tests/auto/bodymovin/shape/trimpath/trimpath.pro b/tests/auto/bodymovin/shape/trimpath/trimpath.pro
deleted file mode 100644
index 94ed1be..0000000
--- a/tests/auto/bodymovin/shape/trimpath/trimpath.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-QT += testlib gui-private bodymovin-private
-CONFIG += c++11
-
-SOURCES = \
- tst_bmtrimpath.cpp
diff --git a/tests/auto/imports/imports.pro b/tests/auto/imports/imports.pro
deleted file mode 100644
index 0b47c9c..0000000
--- a/tests/auto/imports/imports.pro
+++ /dev/null
@@ -1,30 +0,0 @@
-QT += quick
-CONFIG += c++11 qmltestcase
-
-# The following define makes your compiler emit warnings if you use
-# any feature of Qt which as 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 you use 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_imports.cpp
-
-RESOURCES += qml.qrc
-
-# Additional import path used to resolve QML modules in Qt Creator's code model
-QML_IMPORT_PATH =
-
-# Additional import path used to resolve QML modules just for Qt Quick Designer
-QML_DESIGNER_IMPORT_PATH =
-
-# Default rules for deployment.
-qnx: target.path = /tmp/$${TARGET}/bin
-else: unix:!android: target.path = /opt/$${TARGET}/bin
-!isEmpty(target.path): INSTALLS += target
-
diff --git a/tests/tests.pro b/tests/tests.pro
deleted file mode 100644
index d4c5a62..0000000
--- a/tests/tests.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TEMPLATE = subdirs
-
-!qtHaveModule(bodymovin): \
- return()
-
-SUBDIRS += \
- auto \
- manual