aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols2/qquickstyle/data/EnvVarFallbackStyle
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quickcontrols2/qquickstyle/data/EnvVarFallbackStyle')
-rw-r--r--tests/auto/quickcontrols2/qquickstyle/data/EnvVarFallbackStyle/Control.qml2
-rw-r--r--tests/auto/quickcontrols2/qquickstyle/data/EnvVarFallbackStyle/qmldir2
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/quickcontrols2/qquickstyle/data/EnvVarFallbackStyle/Control.qml b/tests/auto/quickcontrols2/qquickstyle/data/EnvVarFallbackStyle/Control.qml
deleted file mode 100644
index 744dcd8f..00000000
--- a/tests/auto/quickcontrols2/qquickstyle/data/EnvVarFallbackStyle/Control.qml
+++ /dev/null
@@ -1,2 +0,0 @@
-import QtQuick.Templates as T
-T.Label {}
diff --git a/tests/auto/quickcontrols2/qquickstyle/data/EnvVarFallbackStyle/qmldir b/tests/auto/quickcontrols2/qquickstyle/data/EnvVarFallbackStyle/qmldir
deleted file mode 100644
index bebd8e07..00000000
--- a/tests/auto/quickcontrols2/qquickstyle/data/EnvVarFallbackStyle/qmldir
+++ /dev/null
@@ -1,2 +0,0 @@
-module EnvVarFallbackStyle
-Control 1.0 Control.qml