summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlibraryinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* QLibraryInfo: avoid unneeded conversion for path prefixKirill Burtsev2020-03-041-8/+6
* macOS: Work around CoreFoundation failing to resolve bundle resourcesTor Arne Vestbø2020-01-221-2/+19
* 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
* Change the QtCore library output to show the plugin pathThiago Macieira2019-11-181-2/+2
* Fix relocatable prefix for hardware-specific Linux buildsJoerg Bornemann2019-10-101-0/+17
* 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
* | Make Qt relocatableAlexandru Croitor2019-09-071-33/+175
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-1/+1
|\|
| * Remove hardcoded qt_instdate field from binaryFredrik Orderud2019-08-301-1/+1
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-161-1/+3
|\|
| * Add the detection of MSVC 2019 for QLibraryInfoFriedemann Kleint2019-08-141-1/+3
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-13/+22
|\|
| * Automatically sysrootify $$[FOO/get] propertiesJoerg Bornemann2019-05-281-13/+22
* | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-2/+2
* | Remove eval modeKai Koehne2019-02-121-5/+0
|/
* Modernize the "settings" featureLiang Qi2018-11-151-6/+8
* Modernize the "datestring" featureLiang Qi2018-09-241-2/+2
* QtCore: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-081-9/+1
* Fix warnings for -no-feature-settingsStephan Binner2017-04-041-0/+2
* Remove use of deprecated QRegExp from QLibraryInfoSamuel Gaist2017-01-241-8/+18
* revert to building qmake with qconfig.cppOswald Buddenhagen2017-01-061-84/+16
* fix sysrootification of install pathsOswald Buddenhagen2016-12-221-16/+14
* move generation of qconfig.cpp (and qt.conf) to qmake-based configureOswald Buddenhagen2016-12-131-12/+104
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-1/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-1/+3
| |\
| | * Add support for Visual Studio 2017Oliver Wolff2016-11-221-1/+3
* | | re-arrange QLibraryInfo::rawLocation() for comprehensibilityOswald Buddenhagen2016-11-151-32/+39
* | | qmake: don't look for qrc-based qt.confOswald Buddenhagen2016-11-151-4/+4
* | | Use QStringBuilder more to optimize memory allocationsAnton Kudryavtsev2016-09-151-4/+4
* | | CoreLib: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-07-021-1/+1
* | | Deprecate QLibraryInfo::licensee()/licensedProducts()Lars Knoll2016-05-231-10/+10
* | | Add QLibraryInfo::version() returning the Qt version as QVersionNumberThiago Macieira2016-04-271-0/+13
|/ /
* | Add GHS pretty print for compiler versionRolland Dudemaine2016-03-181-0/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-10/+10
|\|
| * Deconfuse some heavy use of the preprocessor.Edward Welbourne2016-02-021-6/+6
| * Correct usage of Apple-related #if-ery.Edward Welbourne2016-02-021-4/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-1/+1
|\|
| * Bump copyright year to 2016Kai Koehne2016-01-291-1/+1
* | Update the Intel copyright yearThiago Macieira2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* remove Build date from qt_core_boilerplate()Tasuku Suzuki2015-07-081-2/+0
* Force length of prefix path to be calculated at runtimeKai Koehne2015-04-011-1/+1
* Clean up QLibraryInfoPrivate::findConfiguration()Ulf Hermann2015-03-111-22/+22
* Detect qt.conf in bundle on OSX without QCoreApplicationUlf Hermann2015-03-101-2/+4
* Reload QLibraryInfo's settings when QCoreApplication becomes availableUlf Hermann2015-03-101-2/+21
* Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-021-1/+3
|\
| * fix default of SettingsPath when qt.conf is presentOswald Buddenhagen2015-02-251-1/+3