aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Allow installing without building.Christian Kandeler2013-06-1718-71/+222
* Move expanding of configuration to SetupProjectParametersTobias Hunger2013-06-178-78/+132
* Use the new sub-project feature in the qbs project files.Christian Kandeler2013-06-176-20/+50
* Add a framework probe.Jake Petroules2013-06-172-0/+21
* Fix build error.Christian Kandeler2013-06-173-9/+5
* Allow projects to be nested.Christian Kandeler2013-06-1760-434/+1070
* consistently use QLatin1String in propertyTypeFromStringJoerg Bornemann2013-06-141-5/+5
* introduce the stringList property typeJoerg Bornemann2013-06-141-0/+2
* add property type "int"Joerg Bornemann2013-06-143-0/+6
* Exclude a generated files directory from Git.Jake Petroules2013-06-141-0/+1
* Add support for resolving ~/ to the user's home directory in path types.Jake Petroules2013-06-144-0/+57
* fix Qt framework namesJoerg Bornemann2013-06-131-1/+1
* QML/Declarative: Add qmlDebugging propertyTobias Hunger2013-06-132-0/+10
* react on Ctrl-C when checking directory timestampsJoerg Bornemann2013-06-131-0/+5
* enhance JavaScript's Array type with a contains methodJoerg Bornemann2013-06-135-0/+114
* Performing variables expansion in Info.plistFawzi Mohamed2013-06-133-0/+121
* ios: use same compiler flags as xcodeFawzi Mohamed2013-06-131-0/+8
* detect-toolchains: detect also compilers in the path on osxFawzi Mohamed2013-06-131-0/+2
* ios: correctly link static Qt without manual fiddlingFawzi Mohamed2013-06-135-9/+60
* Fix documentation installation for qmake.Christian Kandeler2013-06-131-9/+10
* make Qt.core.buildVariant a list of stringsJoerg Bornemann2013-06-133-5/+5
* Fix typo.Tobias Hunger2013-06-121-1/+1
* fix doc install target, attempt 98Joerg Bornemann2013-06-121-1/+2
* rename Qt.core.debugAndReleaseBuild to Qt.core.buildVariantJoerg Bornemann2013-06-123-6/+6
* setup-qt: check whether Qt is debug, release or bothJoerg Bornemann2013-06-123-0/+15
* fix doc generation for MSVC toolchainJoerg Bornemann2013-06-121-1/+1
* Install the HTML documentation in a qmake build.Christian Kandeler2013-06-121-5/+11
* Log command-specific environment variables when tracing.Christian Kandeler2013-06-121-0/+1
* Fix documentation build with qbs.Christian Kandeler2013-06-121-1/+1
* put plugins in a lib/qbs/plugins subdirJoerg Bornemann2013-06-113-5/+5
* add cpp.commonCompilerFlags, flags for all compilation commandsFawzi Mohamed2013-06-114-4/+18
* adding pluginPath property to qt informationFawzi Mohamed2013-06-112-0/+2
* Fix build.Christian Kandeler2013-06-111-0/+2
* Initialize some more boolsTobias Hunger2013-06-112-2/+6
* Make used environment and configuration availableTobias Hunger2013-06-112-0/+13
* Initialize bool valueTobias Hunger2013-06-111-0/+1
* fix cpp property references in DarwinGCC.qbsJoerg Bornemann2013-06-101-2/+2
* fix tracking of addition/removal of Q_OBJECT headersJoerg Bornemann2013-06-106-29/+97
* fix duplication of file dependency artifactsJoerg Bornemann2013-06-101-31/+25
* fix output handling in TestBlackbox::runQbsJoerg Bornemann2013-06-101-2/+4
* Make use of Rule.condition in ipa rule.Jake Petroules2013-06-102-17/+2
* Improve Info.plist handling.Jake Petroules2013-06-076-131/+180
* fix checkForPropertyChanges for product valuesJoerg Bornemann2013-06-075-8/+24
* clear artifact timestamps after updating transformerJoerg Bornemann2013-06-071-0/+2
* fix crash when removing Q_OBJECT headerJoerg Bornemann2013-06-072-4/+5
* Pass the environment to be used as part of the setupprojectparametersTobias Hunger2013-06-0623-59/+113
* Fix several minor documentation issues.Jake Petroules2013-06-061-3/+3
* Add .qbs.user files to .gitignoreTobias Hunger2013-06-051-0/+1
* add product.sourceDirectory propertyJoerg Bornemann2013-06-056-2/+63
* show QLibrary::errorString if plugin loading failsJoerg Bornemann2013-06-051-2/+2