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