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