Client OPDS per Calibre Web (Sailfish OS): core C++ testato, UI Silica, packaging RPM

This commit is contained in:
2026-08-12 01:45:31 +02:00
commit 85b4f8e9b9
25 changed files with 1518 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
TEMPLATE = app
TARGET = harbour-calibreweb
CONFIG += sailfishapp
CONFIG += c++11
SOURCES += \
src/main.cpp \
src/settings.cpp \
src/apiclient.cpp \
src/downloader.cpp \
src/opdsparser.cpp
HEADERS += \
src/settings.h \
src/apiclient.h \
src/downloader.h \
src/opdsparser.h
OTHER_FILES += \
qml/harbour-calibreweb.qml \
qml/pages/*.qml \
qml/cover/*.qml \
rpm/harbour-calibreweb.spec \
rpm/harbour-calibreweb.desktop \
harbour-calibreweb.yaml
DISTFILES += $$OTHER_FILES