2020-10-08 01:00:08 +00:00
|
|
|
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 \
|
2020-10-10 12:30:49 +00:00
|
|
|
src/jsonhelper.cpp \
|
2020-10-08 01:00:08 +00:00
|
|
|
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 \
|
2020-10-10 12:30:49 +00:00
|
|
|
include/jsonhelper.h \
|
2020-10-08 01:00:08 +00:00
|
|
|
include/serverdiscoverymodel.h
|
|
|
|
|
|
|
|
VERSION = $$SAILFIN_VERSION
|
|
|
|
|
|
|
|
TARGET = jellyfin-qt
|
|
|
|
DESTDIR = lib
|