aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/qtprofilesetup
Commit message (Expand)AuthorAgeFilesLines
* qtprofilesetup: Support platforms where qtmain is called qt5mainChristian Kandeler2018-10-221-13/+28
* qtprofilesetup: Call fillEntryPointLibs() only when necessaryChristian Kandeler2018-10-221-2/+8
* qmake build: Opt out of qtquickcompiler functionalityChristian Kandeler2018-10-181-0/+2
* qtprofilesetup: Understand the mkspec prefix "mingw"Christian Kandeler2018-10-183-8/+22
* libqtprofilesetup: Try to find the library when .prl file is missingChristian Kandeler2018-10-121-10/+27
* libqtprofilesetup: Properly handle quoted paths in .pri filesChristian Kandeler2018-10-111-1/+29
* Qt templates: Take sanitizers into accountChristian Kandeler2018-10-091-0/+14
* Properly diagnose invalid module property assignmentsChristian Kandeler2018-06-251-2/+6
* qtprofilesetup: Remove unnecessary "product" qualifierChristian Kandeler2018-06-141-1/+1
* Fix the qmlcachegen functionalityChristian Kandeler2018-06-051-4/+22
* Add support for system-level settingsChristian Kandeler2018-06-011-1/+2
* Move msvcVersion out of QtEnvironmentJoerg Bornemann2018-05-241-1/+0
* Fix file tag for Qt libraries in qtprofilesetupJoerg Bornemann2018-05-241-1/+2
* Move MSVC-related functions to qtprofilesetup libJoerg Bornemann2018-05-244-1/+136
* Qt templates: Fix moc ruleChristian Kandeler2018-04-241-3/+9
* Qt templates: Make moc rule handle C++ amalgamation correctlyChristian Kandeler2018-04-241-2/+5
* Merge 1.11 into masterChristian Kandeler2018-04-051-0/+3
|\
| * Fix qbsTargetPlatformFromQtMkspec for mkspecs in subdirectoriesv1.11.0Joerg Bornemann2018-03-271-0/+3
* | Fix and rename the excludedAuxiliaryInputs propertyChristian Kandeler2018-04-051-1/+1
* | Merge 1.11 into masterChristian Kandeler2018-03-093-29/+38
|\|
| * Fix qtquickcompiler support for Qt >= 5.11Joerg Bornemann2018-03-061-14/+27
| * Qt templates: Fix detection of QtQuick compilerChristian Kandeler2018-03-053-17/+13
* | Merge 1.11 into masterChristian Kandeler2018-03-022-2/+2
|\|
| * Qt modules: Do not disable the arch check for modules with no libraryChristian Kandeler2018-02-281-1/+1
| * Fix Qt.core templateChristian Kandeler2018-02-281-1/+1
* | Remove CONFIG += depend_includepath from our .pro filesJoerg Bornemann2018-02-281-2/+0
* | setup-qt: Remove duplicated library entries in Qt modulesJoerg Bornemann2018-02-281-0/+106
* | setup-qt: Fix for static QtChristian Kandeler2018-02-211-1/+1
* | Fix syntax error in module files generated by setup-qtChristian Kandeler2018-02-191-1/+1
* | setup-qt: Avoid cpp.{dynamic|static}LibrariesJoerg Bornemann2018-02-163-12/+27
* | Qt templates: Rename special_properties to additionalContentJoerg Bornemann2018-02-168-13/+13
* | Make replaceSpecialValues data-drivenJoerg Bornemann2018-02-161-52/+81
* | Merge 1.11 into masterChristian Kandeler2018-02-121-0/+9
|\|
| * Qt.scxml: Add support for the --statemethods optionChristian Kandeler2018-02-121-0/+9
* | Remove the qtcore id from Qt.coreJoerg Bornemann2018-01-191-2/+0
|/
* Qt templates: Remove phonon.qbsChristian Kandeler2018-01-173-31/+0
* Merge remote-tracking branch 'origin/1.10'Joerg Bornemann2018-01-175-3/+33
|\
| * Qt module templates: Fix for Qt 4Christian Kandeler2018-01-155-3/+30
* | Merge 1.10 into masterChristian Kandeler2017-12-223-6/+5
|\|
| * Fix invalid property assignments in Qt.core templateChristian Kandeler2017-12-211-2/+1
| * Fix qtquickcompiler support properlyChristian Kandeler2017-12-202-4/+4
* | Merge 1.10 into masterChristian Kandeler2017-12-152-4/+4
|\|
| * Fix qtquickcompiler support for QML files in subdirectoriesChristian Kandeler2017-12-151-3/+3
| * Fix copy-paste error in Qt.core templateChristian Kandeler2017-12-141-1/+1
* | Make Version a public classJake Petroules2017-12-011-1/+1
* | Turn Qt.core.architecture into Qt.core.architecturesJake Petroules2017-11-3010-14/+250
* | Constrain Qt modules also to qbs.targetPlatformJake Petroules2017-11-2911-3/+71
* | Qt.core: Let the qch rule take all qdoc output as auxiliary inputsChristian Kandeler2017-11-281-0/+2
* | Replace more loops with range-forJake Petroules2017-11-271-15/+10
* | Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-11-242-9/+12