mirror of
https://abf.rosa.ru/djam/lazarus.git
synced 2025-02-23 23:22:46 +00:00
LOG Turn back qt
This commit is contained in:
parent
ddd735be30
commit
9fe43d6102
1 changed files with 9 additions and 1 deletions
10
lazarus.spec
10
lazarus.spec
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: lazarus
|
||||
Version: %{ver}.%{reldate}
|
||||
Release: 6
|
||||
Release: 7
|
||||
Summary: Lazarus Component Library and IDE for Freepascal
|
||||
Group: Development/Other
|
||||
# GNU Classpath style exception, see COPYING.modifiedLGPL
|
||||
|
@ -72,6 +72,14 @@ make bigide OPT="$MAKEOPTS"
|
|||
make tools OPT="$MAKEOPTS"
|
||||
make lazbuild OPT="$MAKEOPTS"
|
||||
|
||||
# build Qt4 interface
|
||||
pushd lcl/interfaces/qt
|
||||
%__make all \
|
||||
LCL_PLATFORM=qt \
|
||||
OPT="-dUSE_QT_45 \
|
||||
-dQT_NATIVE_DIALOGS"
|
||||
popd
|
||||
|
||||
# Add the ability to create gtk2-applications
|
||||
export LCL_PLATFORM=gtk2
|
||||
make packager/registration lazutils lcl ideintf codetools bigidecomponents OPT='-gl -gw'
|
||||
|
|
Loading…
Add table
Reference in a new issue