LOG Turn back qt

This commit is contained in:
Denis Silakov 2013-01-11 15:08:54 +04:00
parent ddd735be30
commit 9fe43d6102

View file

@ -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'