summaryrefslogtreecommitdiff
path: root/app/gdp-hmi-panel/gdp-hmi-panel.pro
blob: 8534ffe0c89146dbc314e60663d9bae79fda2207 (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
# 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:
# 06.Feb.2015, Holger Behrens, created using QtCreator
#                              added gdp-hmi-panel sources and headers
#

TEMPLATE = app

QT += qml quick widgets

HEADERS += \
	gdp-hmi-panel.h

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

RESOURCES += qml.qrc

# 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       += -lsystemd

target.path = /usr/bin

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