summaryrefslogtreecommitdiff
path: root/examples/ivicore/qface-ivi-remote/frontend/frontend.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ivicore/qface-ivi-remote/frontend/frontend.pro')
-rw-r--r--examples/ivicore/qface-ivi-remote/frontend/frontend.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/ivicore/qface-ivi-remote/frontend/frontend.pro b/examples/ivicore/qface-ivi-remote/frontend/frontend.pro
new file mode 100644
index 0000000..9259b86
--- /dev/null
+++ b/examples/ivicore/qface-ivi-remote/frontend/frontend.pro
@@ -0,0 +1,18 @@
+TARGET = $$qtLibraryTarget(QtIviRemoteExample)
+TEMPLATE = lib
+CONFIG += ivigenerator
+DESTDIR = ..
+macos: CONFIG += debug_and_release build_all
+
+QT_FOR_CONFIG += ivicore
+!qtConfig(ivigenerator): error("No ivigenerator available")
+
+QT += ivicore ivicore-private qml quick
+
+DEFINES += QT_BUILD_REMOTE_LIB
+
+QFACE_SOURCES = ../example-ivi-remote.qface
+
+CONFIG += install_ok # Do not cargo-cult this!
+target.path = $$[QT_INSTALL_EXAMPLES]/ivicore/qface-ivi-remote
+INSTALLS += target