Improve Qt configure flags

wilder
Michael Pyne 15 years ago
parent b24d171e89
commit 8cc41e5686
  1. 3
      kdesrc-build-setup
  2. 2
      kdesrc-buildrc-sample

@ -307,13 +307,14 @@ if (grep /^qt$/, @chosenModules) {
print $output <<EOF;
module qt-copy
configure-flags -fast -debug -system-zlib -system-libpng -system-libjpeg \\
-plugin-sql-mysql -no-phonon \\
-dbus -webkit -nomake examples -nomake demos
# KDE's unmodified copy of Qt is used by default since git.kde.org supports
# cloning the module more reliably than gitorious. To use standard Qt as
# provided by Nokia, comment the following line and uncomment the next
# repository line.
repository git://anongit.kde.org/qt
repository kde:qt
# Nokia's Qt. Note that gitorious has had known issues checking out large
# git modules such as Qt. If there are failures try using KDE's qt (see

@ -101,7 +101,7 @@ module qt-copy
# - Alternatively, if you use Qt's phonon, remove "phonon" from the use-modules
# option in the module-set below.
# - As of KDE 4.6/Qt 4.7 the "right answer" is the first option: separate phonon.
configure-flags -fast -debug -no-separate-debug-info \
configure-flags -fast -debug \
-system-zlib -system-libpng -system-libjpeg \
-dbus -webkit -plugin-sql-mysql \
-nomake examples -nomake demos \

Loading…
Cancel
Save