summaryrefslogtreecommitdiff
path: root/examples/ivicore/qface-ivi-addressbook/frontend/frontend.pro
blob: 78ef584229a8ffe7ac6f31e63fde519d870c66fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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