aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--tests/auto/auto.pro1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 24c46395..a2554e30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,6 +41,7 @@
/tests/auto/pressandhold/tst_pressandhold
/tests/auto/qquickcolor/tst_qquickcolor
/tests/auto/qquickiconimage/tst_qquickiconimage
+/tests/auto/qquickiconlabel/tst_qquickiconlabel
/tests/auto/qquickmaterialstyle/tst_qquickmaterialstyle
/tests/auto/qquickmaterialstyleconf/tst_qquickmaterialstyleconf
/tests/auto/qquickstyle/tst_qquickstyle
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 0162c38f..a9904ed3 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -12,6 +12,7 @@ SUBDIRS += \
pressandhold \
qquickcolor \
qquickiconimage \
+ qquickiconlabel \
qquickmaterialstyle \
qquickmaterialstyleconf \
qquickstyle \