aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/frontend/frontend.pro
diff options
context:
space:
mode:
authorAntti Hölttä <AHoelttae@luxoft.com>2018-02-26 10:28:51 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2018-03-05 14:51:12 +0000
commit1e626015b647998b3e807390b62afbdfc44af72f (patch)
tree772524bfe6ca2e6d75f84b97e7826e0691f304ff /tests/auto/core/ivigenerator/projects/org-example-echo-qtro/frontend/frontend.pro
parent7241caabfd16bcb82ee1f3b9caef1dc043217503 (diff)
Add autotest for the ivigenerator's qtro-features
Add autoest for ivigenerator's qtro-features. Test program runs the server and client in the same process and tests the default values, initializations and the communication. Change-Id: I57176ad86b6b9f6f0a2ecbabe51430237c6dd124 Reviewed-by: Dominik Holland <dominik.holland@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.pro13
1 files changed, 13 insertions, 0 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
new file mode 100644
index 0000000..f515c5a
--- /dev/null
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/frontend/frontend.pro
@@ -0,0 +1,13 @@
+TEMPLATE=lib
+TARGET= $$qtLibraryTarget(echo_frontend)
+DESTDIR = ../
+
+CONFIG += ivigenerator
+
+QT += ivicore ivicore-private qml quick
+
+DEFINES += QT_BUILD_ECHO_LIB
+
+macos: QMAKE_SONAME_PREFIX = @rpath
+
+QFACE_SOURCES = ../../../org.example.echo.qtro.qface