50dcbba8d878e584f4236ab5642fe2aff55d59ef
[staging/HomeScreen.git] / HomeScreen / HomeScreen.pro
1 # Copyright (C) 2016 Mentor Graphics Development (Deutschland) GmbH
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #      http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 TEMPLATE = app
16 TARGET = HomeScreen
17 QT = qml quick widgets dbus
18 CONFIG += c++11
19
20 include(../interfaces/interfaces.pri)
21 include(../ivi_layermanagement_api.pri)
22
23 SOURCES += \
24     src/main.cpp \
25     src/mainwindow.cpp \
26     src/settingswidget.cpp \
27     src/popupwidget.cpp \
28     src/controlbarwidget.cpp \
29     src/statusbarwidget.cpp \
30     src/applauncher.cpp \
31     src/homescreencontrolinterface.cpp \
32     src/layouthandler.cpp \
33     src2/usermanagement.cpp
34
35 HEADERS  += \
36     src/mainwindow.h \
37     src/settingswidget.h \
38     src/popupwidget.h \
39     src/controlbarwidget.h \
40     src/statusbarwidget.h \
41     src/applauncher.h \
42     src/homescreencontrolinterface.h \
43     src/layouthandler.h \
44     src2/usermanagement.h
45
46 FORMS    += \
47     resources/mainwindow.ui \
48     resources/settingswidget.ui \
49     resources/popupwidget.ui \
50     resources/controlbarwidget.ui \
51     resources/statusbarwidget.ui \
52     resources/applauncherwidget.ui
53
54 TRANSLATIONS = \
55     resources/translations/homescreen_en_US.ts \
56     resources/translations/homescreen_de_DE.ts \
57     resources/translations/homescreen_ja_JP.ts
58
59 OTHER_FILES += \
60     README.md
61
62
63 HEADERS += \
64     src2/statusbarmodel.h \
65     src2/statusbarserver.h \
66     src2/applicationlauncher.h \
67     src2/applicationmodel.h \
68     src2/appinfo.h
69
70 SOURCES += \
71     src2/applicationmodel.cpp \
72     src2/appinfo.cpp \
73     src2/statusbarmodel.cpp \
74     src2/statusbarserver.cpp \
75     src2/applicationlauncher.cpp
76
77 RESOURCES += \
78     resources/homescreen.qrc
79
80 RESOURCES += \
81     qml/images/Home/home.qrc \
82     qml/images/MediaPlayer/mediaplayer.qrc \
83     qml/images/MediaMusic/mediamusic.qrc \
84     qml/images/Weather/weather.qrc \
85     qml/images/Shortcut/shortcut.qrc \
86     qml/images/Status/status.qrc \
87     qml/images/images.qrc \
88     qml/qml.qrc