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-04-26 13:02:59 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2018-05-03 13:08:02 +0000
commit753c35e2003b96175ccb40b9dfb709d20b620c72 (patch)
treed81830611ee1087854ab0395b2f7bea982da92a1 /examples/ivicore/qface-ivi-remote/backend_qtro/backend_qtro.pro
parent6e95e95bce698ad1844099c5bc4b5822e56ecb06 (diff)
downloadqtivi-753c35e2003b96175ccb40b9dfb709d20b620c72.tar.gz
Change the example walkthroughs to include code from files
Use qdoc \snippet instead of hard coded snippets in the QtIvi core example walkthroughs Task-number: AUTOSUITE-278 Change-Id: Icd966aeb53805d7b0009db490d5c462c22d75bf8 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.pro18
1 files changed, 10 insertions, 8 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
index 6b7f191..5d790d6 100644
--- a/examples/ivicore/qface-ivi-remote/backend_qtro/backend_qtro.pro
+++ b/examples/ivicore/qface-ivi-remote/backend_qtro/backend_qtro.pro
@@ -1,25 +1,27 @@
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)
+#! [0]
DESTDIR = ../qtivi
-
+#! [0]
CONFIG += warn_off
+#! [1]
INCLUDEPATH += $$OUT_PWD/../frontend
-PLUGIN_TYPE = qtivi
-PLUGIN_EXTENDS = qtivi
-PLUGIN_CLASS_NAME = RemoteClientPlugin
-
+#! [1]
QT += core ivicore
-
+#! [2]
+CONFIG += ivigenerator plugin
QFACE_FORMAT = backend_qtro
QFACE_SOURCES = ../example-ivi-remote.qface
-
+PLUGIN_TYPE = qtivi
+PLUGIN_EXTENDS = qtivi
+PLUGIN_CLASS_NAME = RemoteClientPlugin
+#! [2]
CONFIG += install_ok # Do not cargo-cult this!
target.path = $$[QT_INSTALL_EXAMPLES]/ivicore/qface-ivi-remote/qtivi/
INSTALLS += target