Revision 637764
Go back to digest for 4th March 2007Other in KDE Base
Thiago Macieira committed changes in /trunk/KDE/kdelibs/cmake/modules/FindQt4.cmake:
Initial support for the IMHO "broken" way of compiling KDE in Qt 4.3:
if QtScript is detected, we assume that QtUiTools needs to link to it.
This detects QtScript correctly.
But this does not work. For whatever reason, the last block simply doesn't work: SET(QT_QTUITOOLS_LIBRARY ...) and nothing is exactly the same. I don't have time to investigate why SET doesn't set.
If you're building KDE with Qt 4.3, for the moment you have to set QT_QTUITOOLS_LIBRARY manually to "-lQtUiTools -lQtScript".
File Changes
Modified 1 files
- /trunk/KDE/kdelibs/cmake/modules/FindQt4.cmake
1 files changed in total