author: Brian Nelson <[EMAIL PROTECTED]>
Ensure the Qt4 version of moc is launched.
--- a/tools/qdbus/tools/qdbuscpp2xml/qdbuscpp2xml.cpp
+++ b/tools/qdbus/tools/qdbuscpp2xml/qdbuscpp2xml.cpp
@@ -391,7 +391,7 @@
else {
// run moc on this file
QProcess proc;
- proc.start(QLibraryInfo::location(QLibraryInfo::BinariesPath) +
QLatin1String("/moc"), QStringList() << QFile::decodeName(argv[i]),
QIODevice::ReadOnly | QIODevice::Text);
+ proc.start(QLibraryInfo::location(QLibraryInfo::BinariesPath) +
QLatin1String("/moc-qt4"), QStringList() << QFile::decodeName(argv[i]),
QIODevice::ReadOnly | QIODevice::Text);
if (!proc.waitForStarted()) {
fprintf(stderr, PROGRAMNAME ": could not execute moc!
Aborting.\n");
--
qdbuscpp2xml uses moc-qt3 instead of moc-qt4
https://bugs.launchpad.net/bugs/208556
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs