summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlibraryinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QLibraryInfo: Use __VERSION__ with Clang tooThiago Macieira2022-05-111-5/+1
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-31/+1
* Fix qmake/qtpaths -query for static relocatable buildsJoerg Bornemann2022-05-091-9/+31
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-2/+2
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-4/+4
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-19/+18
* QLibraryInfo: remove load-time variableThiago Macieira2022-02-051-3/+3
* QLibraryInfo: de-duplicate QT_BUILD_STRMarc Mutz2022-02-051-3/+7
* QLibraryInfo: mark isDebugBuild() noexcept and CONSTMarc Mutz2022-02-051-1/+1
* Reduce scope of a hack using volatile in favor of viewAt()Edward Welbourne2021-12-021-11/+7
* Change qt.conf key Qml2Imports to QmlImportsJoerg Bornemann2021-11-191-17/+23
* Prefer QBAV over raw char * form of qt_configure_strsEdward Welbourne2021-11-191-2/+2
* Document QLibraryInfo::Qml2ImportsPath as deprecatedUlf Hermann2021-11-151-1/+5
* Fix not respected qt.conf settingsMichal Klocek2021-11-111-6/+13
* qlibrary.cpp: avoid the +12 constant in too many placesThiago Macieira2021-11-031-1/+1
* qlibraryinfo.cpp: use qOffsetStringArray for qtConfEntriesThiago Macieira2021-11-031-37/+35
* qconfig.cpp: use qOffsetStringArrayThiago Macieira2021-10-291-10/+10
* Move the ABI tag from minimum-linux.S to qlibraryinfo.cppThiago Macieira2021-10-211-0/+30
* QLibraryInfo: Add MSVC 2022Mårten Nordheim2021-08-031-1/+3
* Doc: Ensure deprecated APIs in Qt Core are documented as suchNico Vertriest2021-07-231-2/+1
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-2/+2
* Unify QLibraryInfo settingsAlexey Edelev2021-03-171-36/+44
* Remove now unneeded QT_BOOTSTRAPPED check from qlibraryinfo.cppJoerg Bornemann2021-03-111-2/+0
* Remove all qmake-related data from q[make]config.cppJoerg Bornemann2021-03-111-0/+29
* Read QLibraryInfo paths directly from QLibraryInfo and not from qmakeconfig.cppJoerg Bornemann2021-03-111-11/+20
* Remove the platformsSection constant from qconfig.cpp.inJoerg Bornemann2021-03-111-2/+2
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-251-259/+12
* qmake: Introduce QT_HOST_LIBEXECS propertyJoerg Bornemann2021-02-181-1/+8
* Doc: Fix warning on undocumented enum valueNico Vertriest2021-02-151-0/+1
* QLibraryInfo: Rename Qml2ImportsPath to QmlImportsPathUlf Hermann2021-02-081-1/+1
* Remove usage of the definitions that are never definedAlexey Edelev2021-02-011-9/+3
* If available, use a version-specific qt<major-version>.confRalf Habacker2021-01-141-1/+4
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-2/+2
* Fix qdoc warning from QLibraryInfo after API changeVolker Hilsheimer2020-09-241-18/+23
* Fix some qdoc warnings: function names in "see also"Volker Hilsheimer2020-09-221-1/+1
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-7/+14
* Remove some long-deprecated methods of QLibraryInfoEdward Welbourne2020-06-291-41/+0
* Port QLibraryInfo from QStringRef to QStringViewLars Knoll2020-06-101-1/+1
* Remove winrtOliver Wolff2020-06-061-8/+0
* Fix relocated Qt to be found when its path has non-ASCII charactersAlexandru Croitor2020-05-191-3/+3
* Fix crash on macOS with -qtlibinfix'ed QtJoerg Bornemann2020-05-131-2/+5
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-9/+7
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Mitch Curtis2020-03-201-8/+6
| |\
| | * QLibraryInfo: avoid unneeded conversion for path prefixKirill Burtsev2020-03-041-8/+6
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-2/+19
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-281-2/+19
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-281-2/+19
| | |\|
| | | * macOS: Work around CoreFoundation failing to resolve bundle resourcesTor Arne Vestbø2020-01-221-2/+19