summaryrefslogtreecommitdiff
path: root/examples/ivicore/qface-ivi-remote/backend_qtro/backend_qtro.pro
diff options
context:
space:
mode:
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