> -----Original Message----- > From: Paulo Jorge Guedes [mailto:[EMAIL PROTECTED] > Sent: terça-feira, 9 de Maio de 2006 19:39 > To: [email protected] > Subject: QT_MOC_EXECUTABLE > > Hi, > > I'm having problems with QT_MOC_EXECUTABLE path on mingw. The slashes > are '\' instead of '/'. > > Does anybody made any change that could cause such kind of problem?
Ok, Bill commited a change in cvs make that fixes this. There is still one problem though, which I don't know if it's related to this path issue. uic is not generating correct sources. For example the output from kshortcutdialog_simple.ui (ui_kshortcutdialog_simple.h) is just: #include <kdialog.h> #include <klocale.h> I guess uic is found but somehow it doesn't compile ui files well. What could cause this? Paulo _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
