summaryrefslogtreecommitdiff
path: root/tests/auto/dlt
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2018-03-20 11:54:53 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2018-03-20 17:18:18 +0000
commitf3dfd4e6c846e7b0d406d898a1cf8b7a766f59eb (patch)
tree8c3bde0103fa14441545002cf6329526d5e68c04 /tests/auto/dlt
parentfa75b4abb876850de408869c0266ba296f9b987b (diff)
downloadqtivi-f3dfd4e6c846e7b0d406d898a1cf8b7a766f59eb.tar.gz
Use QMAKE_PROJECT_NAME to mark all test executables for QtCreator
QtCreator uses the pro file name for selecting a runnable target. In this list it's not easy to spot which executables are autotest and which are real runnable tools/examples. Adding QMAKE_PROJECT_NAME to all autotests pro files makes sure they are prefixed with tst_ as the excutable itself is as well. Change-Id: I13f21e14eccb392e4bfd14124ce483720a1f22ac Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'tests/auto/dlt')
-rw-r--r--tests/auto/dlt/dlt.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/dlt/dlt.pro b/tests/auto/dlt/dlt.pro
index 8467358..2b0c6fb 100644
--- a/tests/auto/dlt/dlt.pro
+++ b/tests/auto/dlt/dlt.pro
@@ -1,6 +1,7 @@
QT += testlib geniviextras
TARGET = tst_dlt
+QMAKE_PROJECT_NAME = $$TARGET
CONFIG += testcase
QMAKE_USE += dlt