]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - qt/patches/qt-everywhere-opensource-src-4.8.1-linguist_qmake-qt4.patch
python3-cairo: New package.
[people/ms/ipfire-3.x.git] / qt / patches / qt-everywhere-opensource-src-4.8.1-linguist_qmake-qt4.patch
1 diff -up qt-everywhere-opensource-src-4.8.1/tools/linguist/lrelease/main.cpp.qmake-qt4 qt-everywhere-opensource-src-4.8.1/tools/linguist/lrelease/main.cpp
2 --- qt-everywhere-opensource-src-4.8.1/tools/linguist/lrelease/main.cpp.qmake-qt4 2012-03-14 09:01:12.000000000 -0500
3 +++ qt-everywhere-opensource-src-4.8.1/tools/linguist/lrelease/main.cpp 2012-05-11 08:58:12.902149676 -0500
4 @@ -316,7 +316,7 @@ int main(int argc, char **argv)
5 #ifdef QT_BOOTSTRAPPED
6 option.initProperties(binDir + QLatin1String("/qmake"));
7 #else
8 - option.initProperties(app.applicationDirPath() + QLatin1String("/qmake"));
9 + option.initProperties(app.applicationDirPath() + QLatin1String("/qmake-qt4"));
10 #endif
11 ProFileParser parser(0, &parseHandler);
12 ProFileEvaluator visitor(&option, &parser, &evalHandler);
13 diff -up qt-everywhere-opensource-src-4.8.1/tools/linguist/lupdate/main.cpp.qmake-qt4 qt-everywhere-opensource-src-4.8.1/tools/linguist/lupdate/main.cpp
14 --- qt-everywhere-opensource-src-4.8.1/tools/linguist/lupdate/main.cpp.qmake-qt4 2012-03-14 09:01:12.000000000 -0500
15 +++ qt-everywhere-opensource-src-4.8.1/tools/linguist/lupdate/main.cpp 2012-05-11 09:02:47.393718054 -0500
16 @@ -765,7 +765,7 @@ int main(int argc, char **argv)
17
18 parseHandler.verbose = evalHandler.verbose = !!(options & Verbose);
19 ProFileOption option;
20 - option.initProperties(app.applicationDirPath() + QLatin1String("/qmake"));
21 + option.initProperties(app.applicationDirPath() + QLatin1String("/qmake-qt4"));
22 option.setCommandLineArguments(QStringList() << QLatin1String("CONFIG+=lupdate_run"));
23 ProFileParser parser(0, &parseHandler);
24