aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* 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
* add missing import in CppApplication.qbsJoerg Bornemann2013-02-151-0/+2
* Allow custom name for the lrelease tool.Christian Kandeler2013-02-081-1/+2
* Make the qbs.platforms property a bit more generic.Christian Kandeler2013-02-081-7/+5
* Better support for non-Linux, non-Mac Unixoid systems.Christian Kandeler2013-02-062-2/+6
* Allow non-standard names for Qt tools.Christian Kandeler2013-02-063-4/+15
* Introduce the "install" command.Christian Kandeler2013-01-222-83/+3
* Remove the "platform" concept.Christian Kandeler2013-01-181-1/+0
* Fix framework include path handling on OS X.Jake Petroules2013-01-082-3/+7
* fix getLibraryName() in qtfunctions.js for framework buildsJoerg Bornemann2012-12-213-8/+10
* introduce qt.core.frameworkBuildJoerg Bornemann2012-12-212-7/+8
* Respect "warnings as errors" setting with MSVC compiler.Christian Kandeler2012-12-051-0/+2
* Move Qt-specific MSVC flags into qtcore.qbs.Christian Kandeler2012-12-052-1/+10
* Qt modules: fix handling of file names with more than one dotJoerg Bornemann2012-12-032-9/+10
* Correct behaviour with sources with more than one dot in the name.William Gallafent2012-12-033-6/+6
* Windows: link against debug Qt libs if qbs.enableDebugCode is trueJoerg Bornemann2012-11-233-5/+5
* adjust Qt5 library names according to latest changesJoerg Bornemann2012-11-233-9/+14
* remove qt.core.path convenience propertyJoerg Bornemann2012-11-221-8/+7
* setup-qt: adjust to changes in Qt 5Joerg Bornemann2012-11-221-4/+4
* set alwaysUpdated to false for Windows DLL import libsJoerg Bornemann2012-11-131-1/+1
* fix getLibraryName in qtfunctions.jsJoerg Bornemann2012-11-113-6/+6
* fix syntax errors in windows-msvc.qbsJoerg Bornemann2012-11-071-2/+2
* Add a systemIncludePaths property to the cpp module.William Gallafent2012-11-076-6/+25
* filter MSVC linker outputJoerg Bornemann2012-11-061-0/+5
* fix style in qtfunctions.jsJoerg Bornemann2012-11-051-7/+5
* support android.Arvid Picciani2012-11-022-1/+3
* use Transformer item instead of Artifact for PCHs in MSVC moduleJoerg Bornemann2012-11-021-13/+8
* define NDEBUG in release modeJoerg Bornemann2012-10-234-3/+4
* Add property "path" and use for Cpp.precompiledHeader.Christian Kandeler2012-10-234-9/+9
* fix handling of the library suffix for MacOSJoerg Bornemann2012-10-191-4/+6
* use -Wextra instead of -W for gcc toolchainJoerg Bornemann2012-10-181-1/+1
* Factor out common code in rules for compiler and pre-compiled headers.Christian Kandeler2012-10-182-39/+26
* adjust Qt5 module namesJoerg Bornemann2012-10-182-19/+0
* Remove _imp suffix for import libOrgad Shaneh2012-10-161-1/+1