mirror of
https://abf.rosa.ru/djam/qownnotes.git
synced 2025-02-22 18:13:06 +00:00
This commit is contained in:
parent
4f2434e933
commit
4a50c1f385
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ Source0: https://github.com/pbek/QOwnNotes/releases/download/v%{version}/%{name}
|
|||
License: GPLv2
|
||||
Group: Office
|
||||
BuildRequires: xz
|
||||
BuildRequires: llvm16
|
||||
%if %{with_qt515}
|
||||
BuildRequires: qt515
|
||||
%else
|
||||
|
@ -42,7 +43,7 @@ that works together with Nextcloud Notes and ownCloud Notes.
|
|||
%build
|
||||
%if %{with_qt515}
|
||||
#/opt/qt5/5.15/bin/lrelease QOwnNotes.pro
|
||||
export LD_LIBRARY_PATH=/opt/qt5/5.15/lib:/opt/openssl3.3/lib64:${LD_LIBRARY_PATH}
|
||||
export LD_LIBRARY_PATH=/opt/qt5/5.15/lib:/opt/openssl3.3/%{_lib}:/opt/llvm16/%{_lib}:${LD_LIBRARY_PATH}
|
||||
|
||||
/opt/qt5/5.15/bin/qmake
|
||||
%else
|
||||
|
|
Loading…
Add table
Reference in a new issue