mirror of
https://abf.rosa.ru/djam/freecad.git
synced 2025-02-23 14:02:52 +00:00
1.0.0
This commit is contained in:
parent
de74b87085
commit
c3306684dd
1 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,7 @@ find ./src -name "*.cpp*" |xargs chmod 644
|
|||
. bin/activate
|
||||
|
||||
export QTDIR=/opt/qt5/5.15
|
||||
export Qt5_DIR=/opt/qt5/5.15
|
||||
|
||||
|
||||
%cmake \
|
||||
|
@ -148,6 +149,7 @@ export QTDIR=/opt/qt5/5.15
|
|||
-DCMAKE_CXX_COMPILER=/opt/llvm17/bin/clang++ \
|
||||
-DCMAKE_C_COMPILER=/opt/llvm17/bin/clang \
|
||||
-DQTDIR=/opt/qt5/5.15 \
|
||||
-Dexport Qt5_DIR=/opt/qt5/5.15 \
|
||||
-DBUILD_QT5=ON
|
||||
|
||||
%make
|
||||
|
|
Loading…
Add table
Reference in a new issue