add vui button
[apps/homescreen.git] / homescreen / homescreen.pro
1 # Copyright (C) 2016, 2017 Mentor Graphics Development (Deutschland) GmbH
2 # Copyright (c) 2017 TOYOTA MOTOR CORPORATION
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #      http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 TEMPLATE = app
17 TARGET = HomeScreen
18 QT = qml quick dbus websockets
19 CONFIG += c++11 link_pkgconfig
20 DESTDIR = $${OUT_PWD}/../package/root/bin
21 PKGCONFIG += qlibwindowmanager qlibhomescreen qtappfw afb-helpers-qt
22
23 LIBS += -lafbwsc
24 LIBS += -lsystemd
25
26 include(../interfaces/interfaces.pri)
27
28 SOURCES += \
29     src/main.cpp \
30     src/statusbarmodel.cpp \
31     src/statusbarserver.cpp \
32     src/applicationlauncher.cpp \
33     src/mastervolume.cpp \
34     src/homescreenhandler.cpp \
35     src/toucharea.cpp \
36     src/shortcutappmodel.cpp \
37     src/homescreenvoice.cpp
38
39 HEADERS  += \
40     src/statusbarmodel.h \
41     src/statusbarserver.h \
42     src/applicationlauncher.h \
43     src/mastervolume.h \
44     src/homescreenhandler.h \
45     src/toucharea.h \
46     src/shortcutappmodel.h \
47     src/homescreenvoice.h
48
49 OTHER_FILES += \
50     README.md
51
52 RESOURCES += \
53     qml/images/MediaPlayer/mediaplayer.qrc \
54     qml/images/MediaMusic/mediamusic.qrc \
55     qml/images/Weather/weather.qrc \
56     qml/images/Shortcut/shortcut.qrc \
57     qml/images/Status/status.qrc \
58     qml/images/images.qrc \
59     qml/qml.qrc