Make QtDBus be mandatory in Qt -- failing if it can't be built

svn path=/trunk/KDE/kdesdk/scripts/kdesvn-buildrc-sample; revision=612477
wilder
Thiago Macieira 20 years ago
parent a2ff3aaa67
commit c273f429ee
  1. 5
      kdesvn-buildrc-sample

@ -139,7 +139,7 @@ module qt-copy
# says Qt 3 options (by removing the # at the beginning) and comment the Qt 4
# line. This is needed by some people for the -thread option.
configure-flags -system-zlib -qt-gif -system-libjpeg -system-libpng \
-no-exceptions -fast # Qt 4 options
-no-exceptions -fast -qdbus # Qt 4 options
# -no-exceptions -fast -thread # Qt 3 options.
apply-qt-patches true # Works with Qt 3 and 4, recommended as well.
@ -155,8 +155,7 @@ end module
# kdesupport contains taglib and QCA, and the Qt DBUS bindings. taglib is
# required for JuK, amarok, and the meta info reader for music files in
# Konqueror. Qt DBUS is required for kdelibs in KDE 4. Unfortunately the build system
# is kind of... odd. :)
# Konqueror.
module kdesupport
end module

Loading…
Cancel
Save