aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/blackbox-qt.pro
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-05-25 16:35:48 -0700
committerJake Petroules <jake.petroules@qt.io>2017-05-30 14:14:23 +0000
commit73da5637c1ee9a2ee2efecbcc050d885b9385f51 (patch)
tree6b3505125a86f9582f32e05ac7b633fe7be765e5 /tests/auto/blackbox/blackbox-qt.pro
parent8e9bab9072941196bf6709ac762c1f99e67a21a8 (diff)
Migrate blackbox tests depending on Qt into a new tst_blackboxqt target
This new test suite collects all the tests which actually rely on Qt and test qbs' support for Qt in some way. Change-Id: Id13d0bee6639314c26bfd87d2abee8fd31dcf770 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'tests/auto/blackbox/blackbox-qt.pro')
-rw-r--r--tests/auto/blackbox/blackbox-qt.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/auto/blackbox/blackbox-qt.pro b/tests/auto/blackbox/blackbox-qt.pro
new file mode 100644
index 000000000..1efa93340
--- /dev/null
+++ b/tests/auto/blackbox/blackbox-qt.pro
@@ -0,0 +1,17 @@
+TARGET = tst_blackbox-qt
+
+HEADERS = tst_blackboxqt.h tst_blackboxbase.h
+SOURCES = tst_blackboxqt.cpp tst_blackboxbase.cpp
+OBJECTS_DIR = qt
+
+include(../auto.pri)
+
+DATA_DIRS = testdata-qt ../find
+
+for(data_dir, DATA_DIRS) {
+ files = $$files($$PWD/$$data_dir/*, true)
+ win32:files ~= s|\\\\|/|g
+ for(file, files):!exists($$file/*):FILES += $$file
+}
+
+OTHER_FILES += $$FILES