aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Centralize Info.plist/bundle handling code.Jake Petroules2013-05-313-163/+112
* make sure that product.type is an arrayJoerg Bornemann2013-05-232-4/+20
* support response files in GCC toolchainJoerg Bornemann2013-05-221-0/+5
* remove property cpp.responseFileThresholdJoerg Bornemann2013-05-222-4/+0
* support versioning of shared objectsJoerg Bornemann2013-05-212-5/+48
* unify cpp.toolchainInstallPathJoerg Bornemann2013-05-161-12/+15
* fix MSVC lib.exe callJoerg Bornemann2013-05-151-8/+1
* fix cpp.precompiledHeader property for non-C++ filesJoerg Bornemann2013-04-252-36/+35
* introduce cpp.installNamePrefix to set LC_ID_DYLIB on OS XJoerg Bornemann2013-04-232-0/+11
* pass -headerpad_max_install_names to linker on DarwinJoerg Bornemann2013-04-231-1/+4
* fix cpp.rpaths on OS XJoerg Bornemann2013-04-231-1/+1
* make Depends.name and Depends.submodules case sensitiveJoerg Bornemann2013-04-1729-41/+41
* Fix handling of minimum Windows version and subsystem linker flags.Jake Petroules2013-04-123-25/+45
* Fix qmFilesDir for iOS.Jake Petroules2013-04-121-1/+1
* Check for Darwin in general rather than merely OS X, where appropriate.Jake Petroules2013-04-122-2/+2
* setup-qt: detect static Qt buildsJoerg Bornemann2013-04-101-0/+1
* Add support for QtWebkitWidgets module.Christian Kandeler2013-04-081-0/+10
* make use of Rule.condition in dSYM ruleJoerg Bornemann2013-04-051-7/+1
* Add rules for qhp and qch file generation.Christian Kandeler2013-04-031-0/+73
* Add iOS module and move OS X/iOS common code to DarwinGCCFawzi Mohamed2013-04-025-32/+271
* fix refactoring artifact in gcc.jsJoerg Bornemann2013-03-261-1/+1
* remove Product.destination in favor of Product.destinationDirectoryJoerg Bornemann2013-03-251-1/+1
* Default to applicationbundle for iOS as well.Jake Petroules2013-03-251-1/+1
* change values of qbs.endiannessJoerg Bornemann2013-03-221-0/+7
* Improve iOS toolchain detectionFawzi Mohamed2013-03-213-7/+20
* Add support for setting the minimum operating system target version.Jake Petroules2013-03-206-17/+148
* Determine if Qt is a framework build in setup-qt.Jake Petroules2013-03-201-1/+1
* Actually put some items into the Info.plist (and upgrade to v1.0).Jake Petroules2013-03-191-3/+11
* Place the executable in the application bundle directly.Jake Petroules2013-03-192-7/+6
* introduce properties for platform-specific compiler flagsJoerg Bornemann2013-03-183-10/+36
* introduce property cpp.objcxxFlagsJoerg Bornemann2013-03-182-0/+12
* simplify language selection in GenericGCC.qbsJoerg Bornemann2013-03-181-25/+14
* move cpp.compilerName to the module's base itemJoerg Bornemann2013-03-182-1/+2
* Fix directory names for application bundle artifacts.Jake Petroules2013-03-181-3/+3
* Remove share.pri.Christian Kandeler2013-03-121-3/+0
* Add the input file's extension when generating .o filenames.Jake Petroules2013-03-122-3/+3
* Add support for -iframework (like -isystem but for frameworks).Jake Petroules2013-03-113-6/+15
* fix linking of staticlibrary products with MSVCJoerg Bornemann2013-03-111-1/+1
* use the simplified base import statementJoerg Bornemann2013-03-0838-38/+38
* remove superfluous version numbers from import statementsJoerg Bornemann2013-03-087-8/+8
* slash the Loader's Gordian KnotJoerg Bornemann2013-03-071-2/+0
* Provide the ability to weak-link frameworks on OS X.Jake Petroules2013-03-043-3/+12
* fix import in mac-gcc.qbsJoerg Bornemann2013-03-011-0/+1
* Rename ModUtils::findFirst() and ModUtils::appendAll().Christian Kandeler2013-02-2810-125/+125
* Install the plugin libraries and share/qbsAlejandro Exojo2013-02-221-0/+3
* remove unused variables from msvc.jsJoerg Bornemann2013-02-211-6/+0
* MSVC: fix manifest resource id for DLLsJoerg Bornemann2013-02-211-1/+1
* MSVC: fix incremental linkingJoerg Bornemann2013-02-211-7/+15
* Move property look-up into the C++ backend.Christian Kandeler2013-02-2010-139/+113
* Fix Moc.args().Christian Kandeler2013-02-202-6/+6