]> git.tdb.fi Git - xinema.git/blobdiff - remote/remote.pro
Create an icon for the remote
[xinema.git] / remote / remote.pro
index 55e4e03f5fe34672c7e12434c6bd25a1bcfed21a..21540a3f589085115ea39a9917c7b4cd29dd0ff3 100644 (file)
@@ -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 \