]> git.tdb.fi Git - xinema.git/blobdiff - remote/remote.pro
Create an icon for the remote
[xinema.git] / remote / remote.pro
index ee41215032e5681330e1e669f115b5e1120c9bd4..21540a3f589085115ea39a9917c7b4cd29dd0ff3 100644 (file)
@@ -4,19 +4,26 @@ TARGET = harbour-xinema-remote
 CONFIG += sailfishapp
 
 SOURCES += source/browsedirectoryitem.cpp \
+       source/directorymodel.cpp \
        source/discovery.cpp \
        source/discoveryitem.cpp \
        source/remote.cpp \
+       source/streamcontrolitem.cpp \
        source/xinemacontrol.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 \