summaryrefslogtreecommitdiffstats
path: root/qdb.pro
diff options
context:
space:
mode:
authorKari Oikarinen <kari.oikarinen@qt.io>2016-09-22 16:23:20 +0300
committerKari Oikarinen <kari.oikarinen@qt.io>2016-09-23 08:57:54 +0000
commitc8cda60d49adb562405794ab5ac496c2fd01e1e3 (patch)
tree4219948d4307f0866e93ff526802f946d5bf7470 /qdb.pro
parenta132c64b5d590516869a252a4a6fc823787c4b61 (diff)
Rename test/ folder to tests/ to comply with CI
Also change the install targets to be under QT_INSTALL_BINS and QT_INSTALL_LIBS. Task-number: QTBUG-56066 Change-Id: Icaf309ebb6e62bbf35df09fd6a72795f64f6f041 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'qdb.pro')
-rw-r--r--qdb.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/qdb.pro b/qdb.pro
index e40b562..dfe2ee5 100644
--- a/qdb.pro
+++ b/qdb.pro
@@ -6,10 +6,10 @@ load(configure)
SUBDIRS += \
libqdb \
client \
- test
+ tests
client.depends += libqdb
-test.depends += libqdb
+tests.depends += libqdb
unix {
SUBDIRS += \