summaryrefslogtreecommitdiff
path: root/examples/core/qface-ivi-climate/frontend/frontend.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/core/qface-ivi-climate/frontend/frontend.pro')
-rw-r--r--examples/core/qface-ivi-climate/frontend/frontend.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/core/qface-ivi-climate/frontend/frontend.pro b/examples/core/qface-ivi-climate/frontend/frontend.pro
index 22a754c..7e11573 100644
--- a/examples/core/qface-ivi-climate/frontend/frontend.pro
+++ b/examples/core/qface-ivi-climate/frontend/frontend.pro
@@ -46,12 +46,16 @@
#
# SPDX-License-Identifier: BSD-3-Clause
-TARGET = QtIviClimateExample
+TARGET = $$qtLibraryTarget(QtIviClimateExample)
TEMPLATE = lib
CONFIG += ivigenerator
+DESTDIR = ..
+macos: CONFIG += debug_and_release build_all
QT += ivicore ivicore-private qml quick
+DEFINES += QT_BUILD_CLIMATE_LIB
+
QFACE_SOURCES = ../example-ivi-climate.qface
target.path = $$[QT_INSTALL_EXAMPLES]/core/qface-ivi-climate/frontend