mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-04 01:42:44 +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
|
@ -44,6 +44,7 @@ Macros:
|
|||
- '__requires_exclude; ^libjellyfin-qt.*$'
|
||||
|
||||
ConfigOptions:
|
||||
- -DCMAKE_BUILD_TYPE=Release
|
||||
- -DSAILFISHOS=1
|
||||
- -DSAILFIN_VERSION='%{version}-%{release}'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue