aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/baseqtversion.h
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-4/+4
* QtSupport: Protect QtVersion::detectAbis()hjk2020-05-051-1/+2
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-0/+2
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-2/+2
* QtSupport: Introduce QtQuickCompilerAspectChristian Kandeler2019-11-251-1/+1
* QtSupport: Add a QmlDebuggingAspectChristian Kandeler2019-11-251-1/+1
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-211-0/+2
|\
| * Update Qt validity in options when changing Android device settingsEike Ziller2019-11-201-0/+2
* | QtSupport: Use Utils::DisplayName in BaseQtVersionChristian Kandeler2019-10-161-2/+3
|/
* BaseQtVersion: Remove getters for configValues and qtConfigValuesTobias Hunger2019-10-011-3/+0
* BaseQtVersion: remove qmakeProperty(...) getterTobias Hunger2019-10-011-6/+12
* Fix white spaceTobias Hunger2019-10-011-1/+1
* BaseQtVersion: Return FilePath from frameworkInstallPathTobias Hunger2019-10-011-2/+1
* BaseQtVersion: Deduplicate documentation related methodsTobias Hunger2019-10-011-3/+1
* BaseQtVersion: Use FilePath for demosPath()Tobias Hunger2019-10-011-3/+3
* BaseQtVersion: Have examplesPath() return a FilePathTobias Hunger2019-10-011-3/+2
* QtSupport: Move qtSoPaths from Androidhjk2019-08-301-0/+2
* QtSupport: Remove unused BaseQtVersion::recheckDumperhjk2019-08-221-1/+0
* QtSupport: Pimpl BaseQtVersionhjk2019-08-211-103/+25
* QtSupport: Move qmlsceneCommand down to BaseQtVersionhjk2019-08-201-0/+2
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-29/+29
* QmakeProject: Use QString mkspec in QmakeKitInformationhjk2019-05-281-3/+3
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-4/+4
* ProjectExplorer: Use an alias for QList<Abi>hjk2019-05-271-4/+4
* QtSupport: Replace BaseQtVersion::clone()hjk2019-02-191-3/+4
* QtSupport: Provide implementation of BaseQtVersion::qtAbisFromLibrary()hjk2019-02-181-1/+1
* QtSupport: Drop one suite of QtVersion constructorshjk2019-02-151-1/+2
* QtSupport: Simplify use of QtVersionFactory::create()hjk2019-02-151-1/+3
* QtSupport: De-virtualize some more BaseQtVersion member functionshjk2019-02-141-8/+8
* QtSupport: De-virtualize BaseQtVersion::sourcePathhjk2019-02-141-2/+1
* BaseQtVersion: Modernize codeTobias Hunger2018-06-221-24/+35
* QtSupport: Consistently use nullptrTobias Hunger2018-05-131-3/+6
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-131-1/+3
|\
| * Fix crash in kit's variable chooser if Qt version is removedEike Ziller2018-03-051-1/+3
* | Qt: Use nullptrTobias Hunger2018-02-191-4/+4
|/
* QtSupport: Add setting for arbitrary features for a Qt versionTim Jenssen2018-02-051-1/+3
* ProjectExplorer: add source location path to the qt versionDavid Schulz2018-01-151-0/+4
* Qbs: Use right path for Qt librariesOrgad Shaneh2018-01-101-0/+1
* Remove qmlsceneCommand() and qmlViewerCommand() from BaseQtVersionUlf Hermann2018-01-081-6/+3
* QtSupport: Move populateFileFinder to BaseQtVersionUlf Hermann2017-10-041-1/+8
* QtSupport: Add a method to retrieve the QML pathUlf Hermann2017-09-291-0/+1
* Clean up after qmakeTobias Hunger2017-05-091-0/+2
* fix usage of qt deployment pathsOswald Buddenhagen2017-01-261-1/+1
* BaseQtVersion: use QMakeEvaluator's native format for m_versionInfoOswald Buddenhagen2017-01-241-7/+9
* make more use of BaseQtVersion::qmakeProperty()Oswald Buddenhagen2017-01-241-12/+12
* make BaseQtVersion::qtCorePaths() non-staticOswald Buddenhagen2017-01-231-2/+1
* make BaseQtVersion::qtVersion{,String}() non-virtualOswald Buddenhagen2017-01-231-2/+2
* QtVersionManager: Remove validVersions(...)Tobias Hunger2017-01-181-0/+1
* BaseQtVersion: Allow for a predicate when retrieving Qt versionsTobias Hunger2017-01-171-1/+3