aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-12 23:46:33 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-13 09:16:02 +0000
commit495f5ce95443af578f378dbebf40c0ab08ab274d (patch)
treef4c11ad374f497d490e22cbd50a5b347ac780aff /tests/auto/snippets
parentb0125b4e0b15a2d64d391e107a2d45a793f0ed52 (diff)
tst_snippets: include the snippets to OTHER_FILES
Makes them accessible with Qt Creator's locator. Change-Id: I78851db7d1154447f7e0e7112935ac25044b2550 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'tests/auto/snippets')
-rw-r--r--tests/auto/snippets/snippets.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/snippets/snippets.pro b/tests/auto/snippets/snippets.pro
index 92575631..f61e801d 100644
--- a/tests/auto/snippets/snippets.pro
+++ b/tests/auto/snippets/snippets.pro
@@ -8,5 +8,8 @@ osx:CONFIG -= app_bundle
SOURCES += \
$$PWD/tst_snippets.cpp
+OTHER_FILES += \
+ $$PWD/data/*
+
TESTDATA += \
$$PWD/data/*