mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-11-22 09:15:18 +00:00
Chris Josten
8a683df2a2
* [UI] Improved: series season page now shows favourite and watched marks Refractored some more QML to support camelCase items
35 lines
840 B
Prolog
35 lines
840 B
Prolog
TEMPLATE = lib
|
|
QT += qml multimedia network websockets
|
|
|
|
include(defines.pri)
|
|
include(../harbour-sailfin.pri)
|
|
|
|
SOURCES += \
|
|
src/credentialmanager.cpp \
|
|
src/jellyfin.cpp \
|
|
src/jellyfinapiclient.cpp \
|
|
src/jellyfinapimodel.cpp \
|
|
src/jellyfindeviceprofile.cpp \
|
|
src/jellyfinitem.cpp \
|
|
src/jellyfinplaybackmanager.cpp \
|
|
src/jellyfinwebsocket.cpp \
|
|
src/jsonhelper.cpp \
|
|
src/serverdiscoverymodel.cpp
|
|
|
|
HEADERS += \
|
|
include/credentialmanager.h \
|
|
include/jellyfin.h \
|
|
include/jellyfinapiclient.h \
|
|
include/jellyfinapimodel.h \
|
|
include/jellyfindeviceprofile.h \
|
|
include/jellyfinitem.h \
|
|
include/jellyfinplaybackmanager.h \
|
|
include/jellyfinwebsocket.h \
|
|
include/jsonhelper.h \
|
|
include/serverdiscoverymodel.h
|
|
|
|
VERSION = $$SAILFIN_VERSION
|
|
|
|
TARGET = jellyfin-qt
|
|
DESTDIR = lib
|