summaryrefslogtreecommitdiff
path: root/app/gdp-hmi-launcher2/gdp-hmi-launcher2.pro
blob: 6478c1bf3a3ec9263ebe8a2bea502291044535bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# SPDX license identifier: MPL-2.0
#
# Copyright (C) 2015, GENIVI Alliance
#
# This file is part of GENIVI Demo Platform HMI.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License (MPL), v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# For further information see http://www.genivi.org/.
#
# List of changes:
# 16.Mar.2015, Sebastien Baudouin, created using QtCreator
# 16.Mar.2015, Sebastien Baudouin, added gdp-hmi-launcher2 sources and headers
# 16.Mar.2015, Sebastien Baudouin, added support for dbus

TEMPLATE = app

QT += dbus qml quick widgets

DBUS_INTERFACES += \
	protocol/dbus/gdp-hmi-introspect.xml

HEADERS += \
	gdp-hmi-launcher2.h

SOURCES += \
	main.cpp \
	gdp-hmi-launcher2.cpp

RESOURCES += qml.qrc

DEFINES += USE_DLT=1

# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =

# enable C standard as published in 2011 as ISO/IEC 9899:2011 (known as C11)
CONFIG     += c++11

LIBS       += -lpersistence_client_library -lsystemd -ldlt

target.path = /usr/bin

# Default rules for deployment.
include(deployment.pri)

DISTFILES +=