aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/windows-mingw.qbs
Commit message (Expand)AuthorAgeFilesLines
* deprecate Artifact.fileName in favor of Artifact.filePathJoerg Bornemann2014-07-161-1/+1
* use {input|output}.fileName where appropriateJoerg Bornemann2014-05-201-2/+1
* Introduce sensible build directory values.Christian Kandeler2014-05-131-1/+1
* Move several JS files in the cpp module to imports.Jake Petroules2014-04-141-2/+2
* use filePath instead of fileName where applicableJoerg Bornemann2014-02-251-2/+2
* Make ModUtils a proper import.Christian Kandeler2014-01-211-1/+1
* Allow lists of patterns in the FileTagger item.Christian Kandeler2013-11-111-1/+1
* do not collect cpp.platformDefines from dependent modulesJoerg Bornemann2013-10-301-1/+1
* introduce cpp.supportedStaticLibrarySuffixesJoerg Bornemann2013-10-011-0/+1
* Change property types from "string" to "path" where applicable.Christian Kandeler2013-09-301-1/+1
* Do not use an "as" specifier for URI imports.Christian Kandeler2013-07-051-1/+1
* Add support for setting the compiler character set.Jake Petroules2013-06-261-1/+3
* fix MinGW run environmentJoerg Bornemann2013-06-181-0/+6
* Change targetOS and hostOS to lists, and remove targetPlatform.Jake Petroules2013-06-181-1/+1
* Make the toolchain property a list.Jake Petroules2013-06-181-1/+1
* use the simplified base import statementJoerg Bornemann2013-03-081-1/+1
* remove superfluous version numbers from import statementsJoerg Bornemann2013-03-081-1/+1
* Rename ModUtils::findFirst() and ModUtils::appendAll().Christian Kandeler2013-02-281-5/+5
* Move property look-up into the C++ backend.Christian Kandeler2013-02-201-1/+1
* Correct behaviour with sources with more than one dot in the name.William Gallafent2012-12-031-1/+1
* Add a systemIncludePaths property to the cpp module.William Gallafent2012-11-071-0/+5
* define NDEBUG in release modeJoerg Bornemann2012-10-231-1/+1
* avoid the use of TransformPropertiesJoerg Bornemann2012-10-151-6/+3
* Fixed incorrect characters in file paths for WindowsRuslan Nigmatullin2012-09-211-1/+1
* Remove dynamic library prefix for MinGWYuchen Deng2012-08-071-1/+1
* Fix wrong windres called for cross compilationYuchen Deng2012-08-021-1/+4
* fix cpp.compilerDefines for MinGWJoerg Bornemann2012-06-111-1/+1
* RC: Pass include paths from cppOrgad Shaneh2012-06-051-1/+23
* Make compilerDefines compatible with qmake mkspecsOrgad Shaneh2012-05-211-1/+1
* Windows resource file support addedJoerg Bornemann2012-05-021-0/+21
* cpp.compilerDefines introducedJoerg Bornemann2012-03-221-0/+1
* JavaScript type coercion fixesJoerg Bornemann2012-03-221-1/+1
* MinGW: fix build environmentJoerg Bornemann2012-03-221-0/+6
* cpp module: separate platform defines and user definesJoerg Bornemann2012-03-071-1/+1
* add UNICODE to MinGW cpp default definesJoerg Bornemann2012-03-051-0/+1
* Added support for custom product's prefix and suffixRuslan Nigmatullin2012-02-241-0/+6
* basic MinGW support addedJoerg Bornemann2012-02-171-0/+8