aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-10-30 16:04:09 +0100
committerMitch Curtis <mitch.curtis@theqtcompany.com>2015-11-12 07:51:16 +0000
commitfe483bcaa4c5259777c7b1ea83772e041bea8738 (patch)
treef6b90b7c96506c15bda4d3785ac2e42dc8ddc9db /tests
parentaad982d60fc6944813b350d7a312a1f1a0f3e1be (diff)
Add Material style
Change-Id: I93662a53b42858a5b65154c5ede334182e738dde Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/sanity/BLACKLIST28
-rw-r--r--tests/auto/sanity/sanity.pro3
2 files changed, 31 insertions, 0 deletions
diff --git a/tests/auto/sanity/BLACKLIST b/tests/auto/sanity/BLACKLIST
new file mode 100644
index 00000000..bfa3ebab
--- /dev/null
+++ b/tests/auto/sanity/BLACKLIST
@@ -0,0 +1,28 @@
+[signalHandlers:material/CheckBox.qml]
+*
+[signalHandlers:material/TextArea.qml]
+*
+[signalHandlers:material/TextField.qml]
+*
+[anchors:material/Button.qml]
+*
+[anchors:material/CheckBox.qml]
+*
+[anchors:material/RadioButton.qml]
+*
+[anchors:material/RangeSlider.qml]
+*
+[anchors:material/Slider.qml]
+*
+[anchors:material/Switch.qml]
+*
+[attachedObjects:material/CheckBox.qml]
+*
+[attachedObjects:material/RadioButton.qml]
+*
+[attachedObjects:material/RangeSlider.qml]
+*
+[attachedObjects:material/Switch.qml]
+*
+[attachedObjects:material/Slider.qml]
+*
diff --git a/tests/auto/sanity/sanity.pro b/tests/auto/sanity/sanity.pro
index 6eb87e37..3beb8fff 100644
--- a/tests/auto/sanity/sanity.pro
+++ b/tests/auto/sanity/sanity.pro
@@ -9,3 +9,6 @@ DEFINES += QQC2_IMPORT_PATH=\\\"$$QQC2_SOURCE_TREE/src/imports\\\"
SOURCES += \
$$PWD/tst_sanity.cpp
+
+OTHER_FILES += \
+ $$PWD/BLACKLIST