aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ivicore/qface-ivi-remote/frontend/frontend.pro
blob: 20e5207c1742a6801d68b248d2fe9227c19c6506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET = $$qtLibraryTarget(QtIviRemoteExample)
TEMPLATE = lib
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