summaryrefslogtreecommitdiff
path: root/src/imports/vehiclefunctions/vehiclefunctions.pro
blob: 9630f7442e02bf82d7cc84323352327730643ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
##################################################################################################
# Copyright (c) 2012-2015 Pelagicore AG. All rights reserved.
#
# This software, including documentation, is protected by copyright controlled by Pelagicore AG.
# All rights reserved. Copying, including reproducing, storing, adapting or translating, any or
# all of this material requires prior written consent of Pelagicore AG Corporation. This material
# also contains confidential information which may not be disclosed to others without the prior
# written consent of Pelagicore AG.
##################################################################################################

CXX_MODULE = qml
TARGET  = qtivivehiclefunctionsplugin
TARGETPATH = QtIVIVehicleFunctions

SOURCES += \
    plugin.cpp

QT += QtIVICore QtIVIVehicleFunctions

load(qml_plugin)