Bill Hoffman wrote: >I am trying to update dbus on dash17 so the kde dashboard will >work again. I can not build kdesupport because the qt-copy qmake >is reporting the wrong version of qt, which confuses cmake. > >/home/kitware/Dashboards/Support/qt-copy-install/bin/qmake -query > QT_VERSION 4.1.1 > >/home/kitware/Dashboards/Support/qt-copy-install/bin/qmake --version >QMake version: 2.00a >Using Qt version 4.1.3 in > /home/kitware/Dashboards/Support/qt-copy-install/lib
Go into qt-copy/qmake and do:
rm *.o
make
This will rebuild qmake and make it report the correct version.
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
thiago.macieira (AT) trolltech.com Trolltech AS
GPG: 0x6EF45358 | Sandakerveien 116,
E067 918B B660 DBD1 105C | NO-0402
966C 33F5 F005 6EF4 5358 | Oslo, Norway
pgpjU6bRPC3Zj.pgp
Description: PGP signature
_______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
