diff options
author | Bocklage, Jens <Jens_Bocklage@mentor.com> | 2016-12-12 17:11:06 +0100 |
---|---|---|
committer | Bocklage, Jens <Jens_Bocklage@mentor.com> | 2016-12-12 17:11:06 +0100 |
commit | 4088de47844451c7b331a612d41a0ec5fc7db53a (patch) | |
tree | cd98d3fdf946faa4e1915103ea3d51bbdc57fc0c /HomeScreenNG/HomeScreenNG.pro | |
parent | 3b66010c1f381f397e827209727742daf642e7fd (diff) |
Remove HomeScreenNG
This was already integrated into the main
HomeScreen app
Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
Diffstat (limited to 'HomeScreenNG/HomeScreenNG.pro')
-rw-r--r-- | HomeScreenNG/HomeScreenNG.pro | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/HomeScreenNG/HomeScreenNG.pro b/HomeScreenNG/HomeScreenNG.pro deleted file mode 100644 index 450395c..0000000 --- a/HomeScreenNG/HomeScreenNG.pro +++ /dev/null @@ -1,33 +0,0 @@ -TEMPLATE = app -QT = quick dbus - -include(../interfaces/interfaces.pri) - -HEADERS += \ - statusbarmodel.h \ - statusbarserver.h \ - applicationlauncher.h - -SOURCES += main.cpp \ - statusbarmodel.cpp \ - statusbarserver.cpp \ - applicationlauncher.cpp - -RESOURCES += \ - qml/images/MediaPlayer/mediaplayer.qrc \ - qml/images/MediaMusic/mediamusic.qrc \ - qml/images/Weather/weather.qrc \ - qml/images/Shortcut/shortcut.qrc \ - qml/images/Status/status.qrc \ - qml/images/images.qrc \ - qml/qml.qrc - -# The following define makes your compiler emit warnings if you use -# any feature of Qt which as been marked deprecated (the exact warnings -# depend on your compiler). Please consult the documentation of the -# deprecated API in order to know how to port your code away from it. -DEFINES += QT_DEPRECATED_WARNINGS - -target.path = /opt/$${TARGET}/bin -INSTALLS += target - |