QtUiTools and kjsembed

Matt Broadstone mbroadst at gmail.com
Mon Jun 26 16:52:04 BST 2006


On 6/20/06, Paulo Jorge Guedes <Paulo.Guedes at artelecom.pt> wrote:
> Hi,
>
> kjsembed has this line:
>
> target_link_libraries(kjsembed ${KDE4_KDECORE_LIBS} libQtUiTools_debug.a
> ${QT_QTSVG_LIBRARY} ${QT_QTXML_LIBRARY} ${QT_QTDESIGNER_LIBRARY} kjs )
>
Yes this was a temp fix until changes were committed to FindQt4.cmake,
if it has been changed in the cmake module then please change it.
Otherwise I see no problem with you adding temp fixes for your system
to get it building..

> On my system I have "libQtUiToolsd.a", which doesn't have the "d4"
> suffix, like the other Qt libraries. Perhaps this is a bug in Qt, I
> didn't investigate. Should this workaround be commited to FindQt4.cmake?
>
> -    FIND_LIBRARY(QT_QTUITOOLS_LIBRARY_DEBUG   NAMES QtUiTools_debug
> QtUiToolsd4 PATHS ${QT_LIBRARY_DIR} NO_DEFAULT_PATH)
> +    FIND_LIBRARY(QT_QTUITOOLS_LIBRARY_DEBUG   NAMES QtUiTools_debug
> QtUiToolsd4 QtUiToolsd PATHS ${QT_LIBRARY_DIR} NO_DEFAULT_PATH)
>
> And, of course, "libQtUiToolsd.a" should be replaced by
> ${QT_QTUITOOLS_LIBRARY}.
>
> Paulo
>




More information about the kde-core-devel mailing list