summaryrefslogtreecommitdiff
path: root/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/validator/validator.pro
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/core/ivigenerator/projects/org-example-echo-noprivate/validator/validator.pro
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/core/ivigenerator/projects/org-example-echo-noprivate/validator/validator.pro')
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/validator/validator.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/validator/validator.pro b/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/validator/validator.pro
index 5cdce3e..4ee6345 100644
--- a/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/validator/validator.pro
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/validator/validator.pro
@@ -1,5 +1,6 @@
-TEMPLATE=app
-TARGET = validator-check
+TEMPLATE = app
+TARGET = validator_org-example-echo-noprivate
+QMAKE_PROJECT_NAME = $$TARGET
LIBS += -L$$OUT_PWD/.. -l$$qtLibraryTarget(echo_noprivate_frontend)
DESTDIR = ..