summaryrefslogtreecommitdiff
path: root/examples/ivicore/qface-ivi-addressbook/frontend/frontend.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ivicore/qface-ivi-addressbook/frontend/frontend.pro')
-rw-r--r--examples/ivicore/qface-ivi-addressbook/frontend/frontend.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/ivicore/qface-ivi-addressbook/frontend/frontend.pro b/examples/ivicore/qface-ivi-addressbook/frontend/frontend.pro
new file mode 100644
index 0000000..78ef584
--- /dev/null
+++ b/examples/ivicore/qface-ivi-addressbook/frontend/frontend.pro
@@ -0,0 +1,14 @@
+TARGET = $$qtLibraryTarget(QtIviAdressBookExample)
+TEMPLATE = lib
+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_ADDRESSBOOK_LIB
+CONFIG += ivigenerator
+QFACE_SOURCES = ../example-ivi-addressbook.qface
+CONFIG += install_ok # Do not cargo-cult this!
+target.path = $$[QT_INSTALL_EXAMPLES]/ivicore/qface-iviaddressbook
+INSTALLS += target