summaryrefslogtreecommitdiff
path: root/tests/auto/core
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core')
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/test/test.pro1
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/validator/validator.pro5
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server_qtro_test.pro1
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo/test/test.pro1
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo/validator/validator.pro5
-rw-r--r--tests/auto/core/qiviabstractfeature/qiviabstractfeature.pro1
-rw-r--r--tests/auto/core/qivipendingreply/qivipendingreply.pro1
-rw-r--r--tests/auto/core/qiviproperty/qiviproperty.pro1
-rw-r--r--tests/auto/core/qivipropertyattribute/qivipropertyattribute.pro1
-rw-r--r--tests/auto/core/qivisearchandbrowsemodel/qivisearchandbrowsemodel.pro1
-rw-r--r--tests/auto/core/queryparser/queryparser.pro1
11 files changed, 15 insertions, 4 deletions
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/test/test.pro b/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/test/test.pro
index f30a1c4..16bbead 100644
--- a/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/test/test.pro
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/test/test.pro
@@ -1,4 +1,5 @@
TARGET = tst_org-example-echo-noprivate
+QMAKE_PROJECT_NAME = $$TARGET
DESTDIR = ../
QT += testlib core ivicore
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 = ..
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server_qtro_test.pro b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server_qtro_test.pro
index ee6e127..8a8ee55 100644
--- a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server_qtro_test.pro
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server_qtro_test.pro
@@ -1,4 +1,5 @@
TARGET = tst_org-example-echo-qtro
+QMAKE_PROJECT_NAME = $$TARGET
QT -= gui
QT += testlib ivicore
LIBS += -L$$OUT_PWD/.. -l$$qtLibraryTarget(echo_frontend)
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo/test/test.pro b/tests/auto/core/ivigenerator/projects/org-example-echo/test/test.pro
index 17cfdd7..41376a1 100644
--- a/tests/auto/core/ivigenerator/projects/org-example-echo/test/test.pro
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo/test/test.pro
@@ -1,4 +1,5 @@
TARGET = tst_org-example-echo
+QMAKE_PROJECT_NAME = $$TARGET
DESTDIR = ../
QT += testlib core ivicore
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo/validator/validator.pro b/tests/auto/core/ivigenerator/projects/org-example-echo/validator/validator.pro
index 52ed4d3..122db41 100644
--- a/tests/auto/core/ivigenerator/projects/org-example-echo/validator/validator.pro
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo/validator/validator.pro
@@ -1,5 +1,6 @@
-TEMPLATE=app
-TARGET = validator-check
+TEMPLATE = app
+TARGET = validator_org-example-echo
+QMAKE_PROJECT_NAME = $$TARGET
LIBS += -L$$OUT_PWD/.. -l$$qtLibraryTarget(echo_frontend)
DESTDIR = ..
diff --git a/tests/auto/core/qiviabstractfeature/qiviabstractfeature.pro b/tests/auto/core/qiviabstractfeature/qiviabstractfeature.pro
index d185485..4b6c8d2 100644
--- a/tests/auto/core/qiviabstractfeature/qiviabstractfeature.pro
+++ b/tests/auto/core/qiviabstractfeature/qiviabstractfeature.pro
@@ -1,6 +1,7 @@
QT += testlib ivicore ivicore-private qml
TARGET = tst_qiviabstractfeature
+QMAKE_PROJECT_NAME = $$TARGET
CONFIG += testcase
TEMPLATE = app
diff --git a/tests/auto/core/qivipendingreply/qivipendingreply.pro b/tests/auto/core/qivipendingreply/qivipendingreply.pro
index 62ac9a4..bc9eea9 100644
--- a/tests/auto/core/qivipendingreply/qivipendingreply.pro
+++ b/tests/auto/core/qivipendingreply/qivipendingreply.pro
@@ -1,6 +1,7 @@
QT += testlib ivicore qml
TARGET = tst_qiviasyncreply
+QMAKE_PROJECT_NAME = $$TARGET
CONFIG += testcase
TEMPLATE = app
diff --git a/tests/auto/core/qiviproperty/qiviproperty.pro b/tests/auto/core/qiviproperty/qiviproperty.pro
index cb4f329..7105bda 100644
--- a/tests/auto/core/qiviproperty/qiviproperty.pro
+++ b/tests/auto/core/qiviproperty/qiviproperty.pro
@@ -1,6 +1,7 @@
QT += testlib ivicore qml
TARGET = tst_qiviproperty
+QMAKE_PROJECT_NAME = $$TARGET
CONFIG += testcase
TEMPLATE = app
diff --git a/tests/auto/core/qivipropertyattribute/qivipropertyattribute.pro b/tests/auto/core/qivipropertyattribute/qivipropertyattribute.pro
index bd99816..65a8033 100644
--- a/tests/auto/core/qivipropertyattribute/qivipropertyattribute.pro
+++ b/tests/auto/core/qivipropertyattribute/qivipropertyattribute.pro
@@ -1,6 +1,7 @@
QT += testlib ivicore
TARGET = tst_qivipropertyattribute
+QMAKE_PROJECT_NAME = $$TARGET
CONFIG += testcase
TEMPLATE = app
diff --git a/tests/auto/core/qivisearchandbrowsemodel/qivisearchandbrowsemodel.pro b/tests/auto/core/qivisearchandbrowsemodel/qivisearchandbrowsemodel.pro
index 53e4c90..a83aafd 100644
--- a/tests/auto/core/qivisearchandbrowsemodel/qivisearchandbrowsemodel.pro
+++ b/tests/auto/core/qivisearchandbrowsemodel/qivisearchandbrowsemodel.pro
@@ -1,6 +1,7 @@
QT += testlib ivicore quick
TARGET = tst_qivisearchandbrowsemodel
+QMAKE_PROJECT_NAME = $$TARGET
CONFIG += testcase
TEMPLATE = app
diff --git a/tests/auto/core/queryparser/queryparser.pro b/tests/auto/core/queryparser/queryparser.pro
index b5f9210..fe227c3 100644
--- a/tests/auto/core/queryparser/queryparser.pro
+++ b/tests/auto/core/queryparser/queryparser.pro
@@ -1,6 +1,7 @@
QT += testlib ivicore ivicore-private qml
TARGET = tst_queryparser
+QMAKE_PROJECT_NAME = $$TARGET
CONFIG += testcase
TEMPLATE = app