summaryrefslogtreecommitdiff
path: root/examples/ivicore/qface-ivi-remote/backend_qtro/backend_qtro.pro
diff options
context:
space:
mode:
authorAntti Hölttä <AHoelttae@luxoft.com>2018-03-27 13:45:10 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2018-04-25 13:11:33 +0000
commit4b4a086f310ccf6570214e5ed4911116f8c96240 (patch)
tree282161e9519e81b90f4859144395f37cb47e4d90 /examples/ivicore/qface-ivi-remote/backend_qtro/backend_qtro.pro
parent7f49ef0fdbe26c9d639e52c3de1fd46ee3af7ab4 (diff)
downloadqtivi-4b4a086f310ccf6570214e5ed4911116f8c96240.tar.gz
Add documentation and an example for QtRemoteObjects templates
Add documentation for remote object templates: update list of template files and add a general description of the remote objects features. Add an example project and a walkthrough to demonstrate the remote objects generation features. Task-number: QTAUTO-919 Change-Id: I3d25d29fd9b9ca2a72bbc6662f05b968d9aa5413 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'examples/ivicore/qface-ivi-remote/backend_qtro/backend_qtro.pro')
-rw-r--r--examples/ivicore/qface-ivi-remote/backend_qtro/backend_qtro.pro25
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/ivicore/qface-ivi-remote/backend_qtro/backend_qtro.pro b/examples/ivicore/qface-ivi-remote/backend_qtro/backend_qtro.pro
new file mode 100644
index 0000000..6b7f191
--- /dev/null
+++ b/examples/ivicore/qface-ivi-remote/backend_qtro/backend_qtro.pro
@@ -0,0 +1,25 @@
+TEMPLATE=lib
+TARGET = $$qtLibraryTarget(example_ivi_remote)
+CONFIG += ivigenerator plugin
+macos: CONFIG += debug_and_release build_all
+
+QT_FOR_CONFIG += ivicore
+!qtConfig(ivigenerator): error("No ivigenerator available")
+
+LIBS += -L$$OUT_PWD/../ -l$$qtLibraryTarget(QtIviRemoteExample)
+DESTDIR = ../qtivi
+
+CONFIG += warn_off
+INCLUDEPATH += $$OUT_PWD/../frontend
+PLUGIN_TYPE = qtivi
+PLUGIN_EXTENDS = qtivi
+PLUGIN_CLASS_NAME = RemoteClientPlugin
+
+QT += core ivicore
+
+QFACE_FORMAT = backend_qtro
+QFACE_SOURCES = ../example-ivi-remote.qface
+
+CONFIG += install_ok # Do not cargo-cult this!
+target.path = $$[QT_INSTALL_EXAMPLES]/ivicore/qface-ivi-remote/qtivi/
+INSTALLS += target