mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-01 08:52:45 +00:00
Updated build system to fix issues
- Application could not be launched by the invoker because of some missing compiler flags (-rdynamic -pie) - Private libraries were not found due to incorrect rpath being set - Moved the qml list of files for sailfish from qtquick to sailfish (Stupid mistake I made because my editor doesn't really differentiate between different files with the same name in different folders)
This commit is contained in:
parent
228bcfb685
commit
727e50cae1
6 changed files with 73 additions and 64 deletions
|
@ -1,4 +1,4 @@
|
|||
project(jellyfin-qt)
|
||||
project(jellyfin-qt VERSION 0.1.0)
|
||||
find_package(Qt5 5.6 COMPONENTS Multimedia Network Qml WebSockets REQUIRED)
|
||||
include(GNUInstallDirs)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue