summaryrefslogtreecommitdiff
path: root/app/gdp-hmi-panel/gdp-hmi-panel.pro
diff options
context:
space:
mode:
authorHolger Behrens <holger.behrens@windriver.com>2015-02-13 12:15:44 +0100
committerHolger Behrens <holger.behrens@windriver.com>2015-02-13 12:15:44 +0100
commit3226fff98ca88b9ee227ae5b55f2e15de21137e7 (patch)
tree2073fc9398286270340438b20754a26b7d47aea3 /app/gdp-hmi-panel/gdp-hmi-panel.pro
parentdaaf3d7ae5da505321c3bd45b22f70972b0359f8 (diff)
downloadgenivi-demo-platform-hmi-3226fff98ca88b9ee227ae5b55f2e15de21137e7.tar.gz
gdp-hmi-panel: introduce GDP HMI Panel app
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
Diffstat (limited to 'app/gdp-hmi-panel/gdp-hmi-panel.pro')
-rw-r--r--app/gdp-hmi-panel/gdp-hmi-panel.pro42
1 files changed, 42 insertions, 0 deletions
diff --git a/app/gdp-hmi-panel/gdp-hmi-panel.pro b/app/gdp-hmi-panel/gdp-hmi-panel.pro
new file mode 100644
index 0000000..8534ffe
--- /dev/null
+++ b/app/gdp-hmi-panel/gdp-hmi-panel.pro
@@ -0,0 +1,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)