aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanimations
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/quick/qquickanimations
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/quick/qquickanimations')
-rw-r--r--tests/auto/quick/qquickanimations/qquickanimations.pro71
1 files changed, 0 insertions, 71 deletions
diff --git a/tests/auto/quick/qquickanimations/qquickanimations.pro b/tests/auto/quick/qquickanimations/qquickanimations.pro
deleted file mode 100644
index 85a77ae620..0000000000
--- a/tests/auto/quick/qquickanimations/qquickanimations.pro
+++ /dev/null
@@ -1,71 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qquickanimations
-SOURCES += tst_qquickanimations.cpp
-
-include (../../shared/util.pri)
-
-macx:CONFIG -= app_bundle
-
-TESTDATA = data/*
-
-QT += core-private gui-private qml-private quick-private testlib qmlmodels-private
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
-
-OTHER_FILES += \
- data/alwaysRunToEndInSequentialAnimationBug.qml \
- data/animationJobSelfDestructionBug.qml\
- data/attached.qml \
- data/badproperty1.qml \
- data/badproperty2.qml \
- data/badtype1.qml \
- data/badtype2.qml \
- data/badtype3.qml \
- data/badtype4.qml \
- data/disabledTransition.qml \
- data/dontAutoStart.qml \
- data/dontStart.qml \
- data/dontStart2.qml \
- data/dotproperty.qml \
- data/Double.qml \
- data/doubleRegistrationBug.qml \
- data/fastFlickingBug.qml \
- data/looping.qml \
- data/mixedtype1.qml \
- data/mixedtype2.qml \
- data/nonTransitionBug.qml \
- data/parallelAnimationNullChildBug.qml \
- data/pathAnimation.qml \
- data/pathAnimation2.qml \
- data/pathAnimationInOutBackCrash.qml \
- data/pathAnimationNoStart.qml \
- data/pathInterpolator.qml \
- data/pathInterpolatorBack.qml \
- data/pathInterpolatorBack2.qml \
- data/pathTransition.qml \
- data/pauseBindingBug.qml \
- data/pauseBug.qml \
- data/properties.qml \
- data/properties2.qml \
- data/properties3.qml \
- data/properties4.qml \
- data/properties5.qml \
- data/propertiesTransition.qml \
- data/propertiesTransition2.qml \
- data/propertiesTransition3.qml \
- data/propertiesTransition4.qml \
- data/propertiesTransition5.qml \
- data/propertiesTransition6.qml \
- data/propertiesTransition7.qml \
- data/reanchor.qml \
- data/registrationBug.qml \
- data/reparent.qml \
- data/rotation.qml \
- data/runningTrueBug.qml \
- data/scriptActionBug.qml \
- data/scriptActionCrash.qml \
- data/sequentialAnimationNullChildBug.qml \
- data/signals.qml \
- data/signalorder.qml \
- data/transitionAssignmentBug.qml \
- data/valuesource.qml \
- data/valuesource2.qml