]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/qmake/qmake-native-2.00a/old-moc-compatibility.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / qmake / qmake-native-2.00a / old-moc-compatibility.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- qt-embedded-opensource-4.0.0-b1/qmake/generators/makefile.cpp~old-moc-compatibility.patch
7 +++ qt-embedded-opensource-4.0.0-b1/qmake/generators/makefile.cpp
8 @@ -950,7 +950,7 @@
9                  deps += "$(MOC) ";
10              deps += (*it) + " " + findDependencies((m)).join(" ");
11              t << m << ": " << deps << "\n\t"
12 -              << "$(MOC)" << " $(DEFINES) $(INCPATH) " << varGlue("QMAKE_COMPILER_DEFINES","-D"," -D"," ")
13 +              << "$(MOC) " /* << " $(DEFINES) $(INCPATH) " << varGlue("QMAKE_COMPILER_DEFINES","-D"," -D"," ") */
14                << (*it) << " -o " << m << endl << endl;
15          }
16      }