aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickitemlayer/qquickitemlayer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickitemlayer/qquickitemlayer.pro')
-rw-r--r--tests/auto/quick/qquickitemlayer/qquickitemlayer.pro28
1 files changed, 0 insertions, 28 deletions
diff --git a/tests/auto/quick/qquickitemlayer/qquickitemlayer.pro b/tests/auto/quick/qquickitemlayer/qquickitemlayer.pro
deleted file mode 100644
index ec890b99b4..0000000000
--- a/tests/auto/quick/qquickitemlayer/qquickitemlayer.pro
+++ /dev/null
@@ -1,28 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qquickitemlayer
-SOURCES += tst_qquickitemlayer.cpp
-
-macx:CONFIG -= app_bundle
-
-TESTDATA = data/*
-
-include(../../shared/util.pri)
-
-QT += core-private gui-private qml-private quick-private testlib
-
-OTHER_FILES += \
- data/Smooth.qml \
- data/Enabled.qml \
- data/Mipmap.qml \
- data/Effect.qml \
- data/SourceRect.qml \
- data/TextureProvider.qml \
- data/Visible.qml \
- data/ZOrder.qml \
- data/ZOrderChange.qml \
- data/ToggleLayerAndEffect.qml \
- data/DisableLayer.qml \
- data/SamplerNameChange.qml \
- data/ItemEffect.qml \
- data/RectangleEffect.qml \
- data/TextureMirroring.qml