summaryrefslogtreecommitdiff
path: root/examples/ivicore/qface-ivi-remote/frontend/frontend.pro
blob: 9259b8697a121af1bb67a22044f54b51cb588c5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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