aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add QtScript git submoduleJoerg Bornemann2018-04-099-3/+551
* Exporter support: Correctly detect use of importsChristian Kandeler2018-04-061-3/+4
* Sort the list of exported import statementsChristian Kandeler2018-04-061-0/+1
* Fix code location of import statementsChristian Kandeler2018-04-061-1/+1
* Merge 1.11 into masterChristian Kandeler2018-04-055-13/+22
|\
| * Sync list of installed headers in qmake build with qbs buildJoerg Bornemann2018-04-041-8/+7
| * archive product: Work around windeployqt bugChristian Kandeler2018-04-031-0/+5
| * SVConverter: Do not store a ValuePtr referenceJoerg Bornemann2018-03-291-2/+2
| * Fix qbsTargetPlatformFromQtMkspec for mkspecs in subdirectoriesv1.11.0Joerg Bornemann2018-03-271-0/+3
| * Adjust Visual Studio project generator to CLI changesJoerg Bornemann2018-03-221-3/+5
* | Fix and rename the excludedAuxiliaryInputs propertyChristian Kandeler2018-04-0511-16/+33
* | Fix MSVC's C4267 warningsJoerg Bornemann2018-04-031-3/+3
* | Remove superfluous <stack> includesJoerg Bornemann2018-04-033-5/+0
* | Bump required Qt versionChristian Kandeler2018-04-033-70/+2
* | Do not instantiate PPHelper<T> objectsJoerg Bornemann2018-04-031-4/+4
* | Fix build with Visual Studio 2017Joerg Bornemann2018-04-031-30/+43
* | Merge 1.11 into masterChristian Kandeler2018-03-153-5/+17
|\|
| * Remove top level include path from use_installed_corelib.priKai Koehne2018-03-141-1/+1
| * Add LICENSE.GPL3-EXCEPTKai Koehne2018-03-121-0/+1
| * Fix license header in qbs_processlauncherKai Koehne2018-03-091-4/+15
* | Fix using the prefixMapping property in a Properties itemChristian Kandeler2018-03-142-1/+2
* | Provide rules with information about the content of Export itemsChristian Kandeler2018-03-1429-95/+893
* | Add new property type "varList"Christian Kandeler2018-03-136-3/+23
* | Add product name to command descriptionsChristian Kandeler2018-03-128-10/+19
* | Merge 1.11 into masterChristian Kandeler2018-03-097-62/+97
|\|
| * Fix exports from multiplexed productsChristian Kandeler2018-03-092-31/+58
| * Remove unused SRCDIR defineKai Koehne2018-03-071-2/+0
| * Fix compilation with gcc 4.8Kai Koehne2018-03-071-1/+1
| * Fix qtquickcompiler support for Qt >= 5.11Joerg Bornemann2018-03-061-14/+27
| * Qt templates: Fix detection of QtQuick compilerChristian Kandeler2018-03-053-17/+13
* | AST visitor: Keep Properties items that are children of Export itemsChristian Kandeler2018-03-094-3/+13
* | Merge 1.11 into masterChristian Kandeler2018-03-0210-29/+39
|\|
| * Fix exit code for failed multi-config buildsChristian Kandeler2018-03-021-1/+1
| * Fix race condition in MSVC detection codeChristian Kandeler2018-03-011-1/+6
| * 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
| * Guard QScriptEngine's creation/destruction with a mutexJoerg Bornemann2018-02-284-3/+17
| * Make the Id class thread-safeChristian Kandeler2018-02-282-22/+13
* | Fix macOS build for Qt 5.6.1Joerg Bornemann2018-03-011-1/+1
* | Fix rpath of plugins in qmake buildJoerg Bornemann2018-02-282-2/+4
* | Remove CONFIG += depend_includepath from our .pro filesJoerg Bornemann2018-02-284-8/+0
* | Fix size_t / int conversion warningJoerg Bornemann2018-02-281-1/+1
* | setup-qt: Remove duplicated library entries in Qt modulesJoerg Bornemann2018-02-281-0/+106
* | Fix handling of rules whose outputs all have "alwaysUpdated == false"Christian Kandeler2018-02-261-8/+12
* | Merge 1.11 into masterChristian Kandeler2018-02-236-15/+45
|\|
| * Add a location to errors in conditions of Properties itemsChristian Kandeler2018-02-233-12/+31
| * RunEnvironment: Add safety check for API mis-useChristian Kandeler2018-02-212-2/+13
| * Make ItemDeclaration::properties return an actual objectChristian Kandeler2018-02-191-1/+1
* | setup-qt: Fix for static QtChristian Kandeler2018-02-211-1/+1
* | Merge "Merge 1.11 into master"Christian Kandeler2018-02-205-43/+151
|\ \