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.pro10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/ivicore/qface-ivi-remote/frontend/frontend.pro b/examples/ivicore/qface-ivi-remote/frontend/frontend.pro
index 9259b86..20e5207 100644
--- a/examples/ivicore/qface-ivi-remote/frontend/frontend.pro
+++ b/examples/ivicore/qface-ivi-remote/frontend/frontend.pro
@@ -1,18 +1,18 @@
TARGET = $$qtLibraryTarget(QtIviRemoteExample)
TEMPLATE = lib
-CONFIG += ivigenerator
DESTDIR = ..
macos: CONFIG += debug_and_release build_all
-
+#! [0]
QT_FOR_CONFIG += ivicore
!qtConfig(ivigenerator): error("No ivigenerator available")
-
+#! [0]
QT += ivicore ivicore-private qml quick
DEFINES += QT_BUILD_REMOTE_LIB
-
+#! [1]
+CONFIG += ivigenerator
QFACE_SOURCES = ../example-ivi-remote.qface
-
+#! [1]
CONFIG += install_ok # Do not cargo-cult this!
target.path = $$[QT_INSTALL_EXAMPLES]/ivicore/qface-ivi-remote
INSTALLS += target