|
|
2060a3 |
diff -up qt-everywhere-opensource-src-4.8.2/tools/linguist/lrelease/main.cpp.linguist_qtmake-qt4 qt-everywhere-opensource-src-4.8.2/tools/linguist/lrelease/main.cpp
|
|
|
2060a3 |
--- qt-everywhere-opensource-src-4.8.2/tools/linguist/lrelease/main.cpp.linguist_qtmake-qt4 2012-04-26 21:45:50.000000000 +0200
|
|
|
2060a3 |
+++ qt-everywhere-opensource-src-4.8.2/tools/linguist/lrelease/main.cpp 2012-05-29 12:17:03.416561535 +0200
|
|
|
2060a3 |
@@ -314,9 +314,9 @@ int main(int argc, char **argv)
|
|
|
2060a3 |
parseHandler.verbose = evalHandler.verbose = cd.isVerbose();
|
|
|
2060a3 |
ProFileOption option;
|
|
|
2060a3 |
#ifdef QT_BOOTSTRAPPED
|
|
|
2060a3 |
- option.initProperties(binDir + QLatin1String("/qmake"));
|
|
|
2060a3 |
+ option.initProperties(binDir + QLatin1String("/qmake-qt4"));
|
|
|
2060a3 |
#else
|
|
|
2060a3 |
- option.initProperties(app.applicationDirPath() + QLatin1String("/qmake"));
|
|
|
2060a3 |
+ option.initProperties(app.applicationDirPath() + QLatin1String("/qmake-qt4"));
|
|
|
2060a3 |
#endif
|
|
|
2060a3 |
ProFileParser parser(0, &parseHandler);
|
|
|
2060a3 |
ProFileEvaluator visitor(&option, &parser, &evalHandler);
|
|
|
2060a3 |
diff -up qt-everywhere-opensource-src-4.8.2/tools/linguist/lupdate/main.cpp.linguist_qtmake-qt4 qt-everywhere-opensource-src-4.8.2/tools/linguist/lupdate/main.cpp
|
|
|
2060a3 |
--- qt-everywhere-opensource-src-4.8.2/tools/linguist/lupdate/main.cpp.linguist_qtmake-qt4 2012-04-26 21:45:50.000000000 +0200
|
|
|
2060a3 |
+++ qt-everywhere-opensource-src-4.8.2/tools/linguist/lupdate/main.cpp 2012-05-29 11:46:48.811134546 +0200
|
|
|
2060a3 |
@@ -765,7 +765,7 @@ int main(int argc, char **argv)
|
|
|
2060a3 |
|
|
|
2060a3 |
parseHandler.verbose = evalHandler.verbose = !!(options & Verbose);
|
|
|
2060a3 |
ProFileOption option;
|
|
|
2060a3 |
- option.initProperties(app.applicationDirPath() + QLatin1String("/qmake"));
|
|
|
2060a3 |
+ option.initProperties(app.applicationDirPath() + QLatin1String("/qmake-qt4"));
|
|
|
2060a3 |
option.setCommandLineArguments(QStringList() << QLatin1String("CONFIG+=lupdate_run"));
|
|
|
2060a3 |
ProFileParser parser(0, &parseHandler);
|
|
|
2060a3 |
|