aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/frontend/frontend.pro
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2019-05-09 10:11:36 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2019-05-14 13:39:51 +0000
commit992f34a3b15074236e8c08cfcf794b2058b37af6 (patch)
tree82541f3c35fae24ca7d00951e5d9e58bfe406a13 /tests/auto/core/ivigenerator/projects/org-example-echo-qtro/frontend/frontend.pro
parent06d415d83fc4b80730286686a8e5243ca0b03a20 (diff)
Use the same qface test file also for the QtRemotObject based autotests
This makes sure our templates support all tested types and generates code which works as expected. This already showed a problem when serializing a QFlag property (QTBUG-75676), which gets fixed by registering a conversion function for our flags in the autogenerated code. Change-Id: I48e4c0a3ca5f98bdc45f3d7d6b83d88c1ae56c2c Fixes: AUTOSUITE-794 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'tests/auto/core/ivigenerator/projects/org-example-echo-qtro/frontend/frontend.pro')
-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 0754145..ec105e3 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
@@ -10,4 +10,4 @@ DEFINES += QT_BUILD_ORG_EXAMPLE_ECHO_LIB
macos: QMAKE_SONAME_PREFIX = @rpath
-QFACE_SOURCES = ../../../org.example.echo.qtro.qface
+QFACE_SOURCES = ../../../org.example.echo.qface