summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlibraryinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-11/+41
|\| | |
| * | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-3/+33
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-161-3/+33
| | |\|
| | | * Fix prefix determination for windeployqt'ed MinGW applicationsJoerg Bornemann2019-11-281-3/+11
| | | * Fix prefix determination for windeployqt'ed applicationsJoerg Bornemann2019-11-221-3/+25
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-6/+6
| |\| |
| | * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-6/+6
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-2/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-191-2/+2
| | |\|
| | | * Change the QtCore library output to show the plugin pathThiago Macieira2019-11-181-2/+2
* | | | Fix developer build with -WerrorSimon Hausmann2019-10-151-0/+2
|/ / /
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-141-0/+17
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-131-0/+17
| |\|
| | * Fix relocatable prefix for hardware-specific Linux buildsJoerg Bornemann2019-10-101-0/+17
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-111-0/+5
|\| |
| * | Explain an usage of volatileGiuseppe D'Angelo2019-10-091-0/+5
| |/
* / Remove leftovers from QML1Lars Knoll2019-10-101-2/+0
|/
* Fix unused function warning for prefixFromQtCoreLibraryHelperTor Arne Vestbø2019-10-041-0/+3
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-041-1/+5
|\
| * Fix crash when running QtCore: Stack is misaligned on x86-64Thiago Macieira2019-10-031-1/+5