Blame SOURCES/qttools-opensource-src-5.5.0-qmake-qt5.patch

0941ac
diff -up qttools-opensource-src-5.5.0/src/linguist/lrelease/main.cpp.qmake-qt5 qttools-opensource-src-5.5.0/src/linguist/lrelease/main.cpp
0941ac
--- qttools-opensource-src-5.5.0/src/linguist/lrelease/main.cpp.qmake-qt5	2015-06-29 15:13:45.000000000 -0500
0941ac
+++ qttools-opensource-src-5.5.0/src/linguist/lrelease/main.cpp	2015-07-16 10:23:49.664773033 -0500
0941ac
@@ -310,9 +310,9 @@ int main(int argc, char **argv)
0941ac
             option.qmake_abslocation = QString::fromLocal8Bit(qgetenv("QMAKE"));
0941ac
             if (option.qmake_abslocation.isEmpty())
0941ac
 #ifdef QT_BOOTSTRAPPED
0941ac
-                option.qmake_abslocation = binDir + QLatin1String("/qmake");
0941ac
+                option.qmake_abslocation = binDir + QLatin1String("/qmake-qt5");
0941ac
 #else
0941ac
-                option.qmake_abslocation = app.applicationDirPath() + QLatin1String("/qmake");
0941ac
+                option.qmake_abslocation = app.applicationDirPath() + QLatin1String("/qmake-qt5");
0941ac
 #endif
0941ac
             option.initProperties();
0941ac
             QMakeVfs vfs;
0941ac
diff -up qttools-opensource-src-5.5.0/src/linguist/lupdate/main.cpp.qmake-qt5 qttools-opensource-src-5.5.0/src/linguist/lupdate/main.cpp
0941ac
--- qttools-opensource-src-5.5.0/src/linguist/lupdate/main.cpp.qmake-qt5	2015-06-29 15:13:46.000000000 -0500
0941ac
+++ qttools-opensource-src-5.5.0/src/linguist/lupdate/main.cpp	2015-07-16 10:23:49.665773055 -0500
0941ac
@@ -1048,7 +1048,7 @@ int main(int argc, char **argv)
0941ac
         ProFileGlobals option;
0941ac
         option.qmake_abslocation = QString::fromLocal8Bit(qgetenv("QMAKE"));
0941ac
         if (option.qmake_abslocation.isEmpty())
0941ac
-            option.qmake_abslocation = app.applicationDirPath() + QLatin1String("/qmake");
0941ac
+            option.qmake_abslocation = app.applicationDirPath() + QLatin1String("/qmake-qt5");
0941ac
         option.debugLevel = proDebug;
0941ac
         option.initProperties();
0941ac
         option.setCommandLineArguments(QDir::currentPath(),