Revision: 7274 Author: ek.kato Date: Thu Aug 25 22:35:59 2011 Log: * qt4/pref/uim-pref-qt4.pro.in (LIBS) : Add -luim explicitly to cope with the linking order problem when --as-needed is used (#40385, Julian Taylor).
http://code.google.com/p/uim/source/detail?r=7274 Modified: /trunk/qt4/pref/uim-pref-qt4.pro.in ======================================= --- /trunk/qt4/pref/uim-pref-qt4.pro.in Wed May 18 04:39:00 2011 +++ /trunk/qt4/pref/uim-pref-qt4.pro.in Thu Aug 25 22:35:59 2011 @@ -4,7 +4,7 @@ # to include qtgettext.h INCLUDEPATH += @srcdir@/.. -LIBS += -luim-custom -luim-counted-init @LIBINTL@ +LIBS += -luim-custom -luim-counted-init -luim @LIBINTL@ # Input HEADERS += @srcdir@/customwidgets.h @srcdir@/qt4.h \
