diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/include/qt4.bld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/include/qt4.bld b/share/include/qt4.bld index bcb0b32..ebf26d7 100644 --- a/share/include/qt4.bld +++ b/share/include/qt4.bld | |||
@@ -36,7 +36,7 @@ function qt_getLDFLAGS() | |||
36 | return "-Wl,-rpath,${QTDIR}/lib $(PKG_CONFIG_PATH=" | 36 | return "-Wl,-rpath,${QTDIR}/lib $(PKG_CONFIG_PATH=" |
37 | "PKG_CONFIG_PATH:${QTDIR}/lib/pkgconfig " | 37 | "PKG_CONFIG_PATH:${QTDIR}/lib/pkgconfig " |
38 | "pkg-config --libs QtCore QtGui ice glu x11 xext libpng freetype2 " | 38 | "pkg-config --libs QtCore QtGui ice glu x11 xext libpng freetype2 " |
39 | "gobject-2.0 sm xrender fontconfig gthread-2.0 glib-2.0) -laudio -lz " | 39 | "gobject-2.0 sm xrender fontconfig gthread-2.0 glib-2.0) -lz " |
40 | "-lm -ldl"; | 40 | "-lm -ldl"; |
41 | } | 41 | } |
42 | 42 | ||