WIP: add Qt Quick HomeScreen UI
[staging/HomeScreen.git] / HomeScreenNG / HomeScreenNG.pro
1 TEMPLATE = app
2 QT = quick dbus
3
4 include(../interfaces/interfaces.pri)
5
6 HEADERS += \
7     statusbarmodel.h \
8     statusbarserver.h \
9     applicationlauncher.h
10
11 SOURCES += main.cpp \
12     statusbarmodel.cpp \
13     statusbarserver.cpp \
14     applicationlauncher.cpp
15
16 RESOURCES += \
17     qml/images/MediaPlayer/mediaplayer.qrc \
18     qml/images/MediaMusic/mediamusic.qrc \
19     qml/images/Weather/weather.qrc \
20     qml/images/Shortcut/shortcut.qrc \
21     qml/images/Status/status.qrc \
22     qml/images/images.qrc \
23     qml/qml.qrc
24
25 # The following define makes your compiler emit warnings if you use
26 # any feature of Qt which as been marked deprecated (the exact warnings
27 # depend on your compiler). Please consult the documentation of the
28 # deprecated API in order to know how to port your code away from it.
29 DEFINES += QT_DEPRECATED_WARNINGS
30
31 target.path = /opt/$${TARGET}/bin
32 INSTALLS += target
33