Remove now unneeded QT_BOOTSTRAPPED check from qlibraryinfo.cpp
Since qmake links against QtCore, we don't need to check for the bootstrapping case in qlibraryinfo.cpp anymore. Change-Id: I644b1e71db727773b3e32ac650481df134acf033 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
parent
e158d699e0
commit
a21fe37c72
@ -284,7 +284,6 @@ QLibraryInfo::isDebugBuild()
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifndef QT_BOOTSTRAPPED
|
||||
/*!
|
||||
\since 5.8
|
||||
Returns the version of the Qt library.
|
||||
@ -295,7 +294,6 @@ QVersionNumber QLibraryInfo::version() noexcept
|
||||
{
|
||||
return QVersionNumber(QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH);
|
||||
}
|
||||
#endif // QT_BOOTSTRAPPED
|
||||
|
||||
/*
|
||||
* To add a new entry in QLibraryInfo::LibraryPath, add it to the enum
|
||||
|
Loading…
Reference in New Issue
Block a user