summaryrefslogtreecommitdiff
path: root/app/gdp-hmi-background/gdp-hmi-background.pro
diff options
context:
space:
mode:
Diffstat (limited to 'app/gdp-hmi-background/gdp-hmi-background.pro')
-rw-r--r--app/gdp-hmi-background/gdp-hmi-background.pro36
1 files changed, 36 insertions, 0 deletions
diff --git a/app/gdp-hmi-background/gdp-hmi-background.pro b/app/gdp-hmi-background/gdp-hmi-background.pro
new file mode 100644
index 0000000..648a075
--- /dev/null
+++ b/app/gdp-hmi-background/gdp-hmi-background.pro
@@ -0,0 +1,36 @@
+# 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
+#
+
+TEMPLATE = app
+
+QT += qml quick widgets
+
+SOURCES += main.cpp
+
+RESOURCES += qml.qrc
+
+# Additional import path used to resolve QML modules in Qt Creator's code model
+QML_IMPORT_PATH =
+
+LIBS += -lsystemd
+
+target.path = /usr/bin
+
+# enable C standard as published in 2011 as ISO/IEC 9899:2011 (known as C11)
+CONFIG += c++11
+
+# Default rules for deployment.
+include(deployment.pri)