X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=remote%2Fremote.pro;h=21540a3f589085115ea39a9917c7b4cd29dd0ff3;hb=refs%2Fheads%2Fmaster;hp=55e4e03f5fe34672c7e12434c6bd25a1bcfed21a;hpb=6fd809bbdbfe628ef1e63b68665f374751838baf;p=xinema.git diff --git a/remote/remote.pro b/remote/remote.pro index 55e4e03..21540a3 100644 --- a/remote/remote.pro +++ b/remote/remote.pro @@ -4,6 +4,7 @@ TARGET = harbour-xinema-remote CONFIG += sailfishapp SOURCES += source/browsedirectoryitem.cpp \ + source/directorymodel.cpp \ source/discovery.cpp \ source/discoveryitem.cpp \ source/remote.cpp \ @@ -12,13 +13,17 @@ SOURCES += source/browsedirectoryitem.cpp \ source/xinemacontrolitem.cpp HEADERS += source/browsedirectoryitem.h \ + source/directorymodel.h \ source/discovery.h \ source/discoveryitem.h \ source/streamcontrolitem.h \ source/xinemacontrol.h \ source/xinemacontrolitem.h -OTHER_FILES += qml/main.qml \ +OTHER_FILES += harbour-xinema-remote.desktop \ + harbour-xinema-remote.png \ + icon.svg \ + qml/main.qml \ qml/pages/BrowsePage.qml \ qml/pages/ConnectPage.qml \ qml/pages/DirectoryEntry.qml \