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

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