aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/ivigenerator/projects/org-example-echo-qtro
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2018-06-05 10:40:31 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2018-06-08 09:32:26 +0000
commit7dbc952b0cf3b278a1ea487b82569cde34eb5b44 (patch)
treea11729884117665e5718fc855060db4f43c9dd9a /tests/auto/core/ivigenerator/projects/org-example-echo-qtro
parent472e09f1c5139c4a2504e52e1c787d46e411fe99 (diff)
Use the full module uri for the class export macro
Using the full uri makes it more unlikely that the export macro names clash with the export macro of an library with the same name. Task-number: AUTOSUITE-509 Change-Id: If5d66f7dc4d7e3e8edc4cbede1d2dfcbaad3b1d7 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'tests/auto/core/ivigenerator/projects/org-example-echo-qtro')
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-qtro/frontend/frontend.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/frontend/frontend.pro b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/frontend/frontend.pro
index f515c5a..0754145 100644
--- a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/frontend/frontend.pro
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/frontend/frontend.pro
@@ -6,7 +6,7 @@ CONFIG += ivigenerator
QT += ivicore ivicore-private qml quick
-DEFINES += QT_BUILD_ECHO_LIB
+DEFINES += QT_BUILD_ORG_EXAMPLE_ECHO_LIB
macos: QMAKE_SONAME_PREFIX = @rpath