Projects
Eulaceura:Mainline
qt-creator
_service:obs_scm:qt-creator_qmake-names.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:qt-creator_qmake-names.patch of Package qt-creator
diff -rupN --no-dereference qt-creator-opensource-src-12.0.1/src/libs/utils/buildablehelperlibrary.cpp qt-creator-opensource-src-12.0.1-new/src/libs/utils/buildablehelperlibrary.cpp --- qt-creator-opensource-src-12.0.1/src/libs/utils/buildablehelperlibrary.cpp 2023-12-11 02:10:01.000000000 +0100 +++ qt-creator-opensource-src-12.0.1-new/src/libs/utils/buildablehelperlibrary.cpp 2023-12-13 07:49:42.493565440 +0100 @@ -155,7 +155,12 @@ QStringList BuildableHelperLibrary::poss // On Unix some distributions renamed qmake with a postfix to avoid clashes // On OS X, Qt 4 binary packages also has renamed qmake. There are also symbolic links that are // named "qmake", but the file dialog always checks against resolved links (native Cocoa issue) - QStringList commands(HostOsInfo::withExecutableSuffix("qmake*")); + QStringList commands = QStringList() + << HostOsInfo::withExecutableSuffix("qmake-qt6") + << HostOsInfo::withExecutableSuffix("qmake-qt5") + << HostOsInfo::withExecutableSuffix("qmake-qt4") + << HostOsInfo::withExecutableSuffix("qmake-qt3") + << HostOsInfo::withExecutableSuffix("qmake"); // Qt 6 CMake built targets, such as Android, are dependent on the host installation // and use a script wrapper around the host qmake executable
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2