[Bug 208556] Re: qdbuscpp2xml uses moc-qt3 instead of moc-qt4

Richard Johnson nixternal at gmail.com
Sat Mar 29 04:41:09 UTC 2008


author: Brian Nelson <pyro at debian.org>

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 Kubuntu
Team, which is subscribed to qt4-x11 in ubuntu.




More information about the kubuntu-bugs mailing list