mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-12-14 02:53:55 +00:00
Big C++ refractor
- Removed "jellyfin" prefix from files, as they are already in a
directory named Jellyfin
- Split the former "jellyfinitem.{h,cpp}" into multiple files in the DTO
directory, one for each class. The jellyfinitem files started to
become enormous.
- Use forward declarations in headers instead of including files
wherever possible.
- Updated copyright headers
This commit is contained in:
parent
b345a1c650
commit
895731ae38
34 changed files with 914 additions and 463 deletions
|
|
@ -6,8 +6,8 @@ set(CMAKE_AUTOMOC ON)
|
|||
cmake_policy(SET CMP0048 NEW)
|
||||
|
||||
# Options
|
||||
option(PLATFORM_SAILFISHOS "Build SailfishOS version of application")
|
||||
option(PLATFORM_QTQUICK "Build QtQuick version of application")
|
||||
option(PLATFORM_SAILFISHOS "Build SailfishOS version of application" OFF)
|
||||
option(PLATFORM_QTQUICK "Build QtQuick version of application" ON)
|
||||
|
||||
if(PLATFORM_SAILFISHOS)
|
||||
# Hardcode this less?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue