Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.1:Rings:1-MinimalX
libqt5-qttools
fix-for-opensuse-qmake-qt5.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-for-opensuse-qmake-qt5.patch of Package libqt5-qttools
Index: src/linguist/lrelease/main.cpp =================================================================== --- src/linguist/lrelease/main.cpp.orig +++ src/linguist/lrelease/main.cpp @@ -305,9 +305,9 @@ int main(int argc, char **argv) option.qmake_abslocation = QString::fromLocal8Bit(qgetenv("QMAKE")); if (option.qmake_abslocation.isEmpty()) #ifdef QT_BOOTSTRAPPED - option.qmake_abslocation = binDir + QLatin1String("/qmake"); + option.qmake_abslocation = binDir + QLatin1String("/qmake-qt5"); #else - option.qmake_abslocation = app.applicationDirPath() + QLatin1String("/qmake"); + option.qmake_abslocation = app.applicationDirPath() + QLatin1String("/qmake-qt5"); #endif option.initProperties(); QMakeVfs vfs; Index: src/linguist/lupdate/main.cpp =================================================================== --- src/linguist/lupdate/main.cpp.orig +++ src/linguist/lupdate/main.cpp @@ -1126,7 +1126,7 @@ int main(int argc, char **argv) ProFileGlobals option; option.qmake_abslocation = QString::fromLocal8Bit(qgetenv("QMAKE")); if (option.qmake_abslocation.isEmpty()) - option.qmake_abslocation = app.applicationDirPath() + QLatin1String("/qmake"); + option.qmake_abslocation = app.applicationDirPath() + QLatin1String("/qmake-qt5"); option.debugLevel = proDebug; option.initProperties(); option.setCommandLineArguments(QDir::currentPath(),
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor