X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=launcher%2Flauncher.pro;h=a9bd6dcb7de5e0d3b5de3c22fae4e99bc5d00b1d;hb=3508d025b0046fffb337ffceb912947ef1dcf47d;hp=a02ccf0314da729b91cba6374b0f0fcc3e05e5ab;hpb=353da85004c72efb2bd6f117a15713b58e0df866;p=apps%2Flauncher.git diff --git a/launcher/launcher.pro b/launcher/launcher.pro index a02ccf0..a9bd6dc 100644 --- a/launcher/launcher.pro +++ b/launcher/launcher.pro @@ -27,17 +27,20 @@ SOURCES += \ src/applicationmodel.cpp \ src/appinfo.cpp \ src/applicationlauncher.cpp \ - src/homescreenhandler.cpp + src/homescreenhandler.cpp \ + src/shortcutappmodel.cpp HEADERS += \ src/applicationlauncher.h \ src/applicationmodel.h \ src/appinfo.h \ - src/homescreenhandler.h + src/homescreenhandler.h \ + src/shortcutappmodel.h OTHER_FILES += \ README.md RESOURCES += \ + qml/images/TopShortcut/topshortcut.qrc \ qml/images/images.qrc \ qml/qml.qrc