aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/imports
Commit message (Expand)AuthorAgeFilesLines
* Add support for compiling Xcode asset catalogs.Jake Petroules2014-07-221-0/+14
* Add and make use of convenience item QtGuiApplication.Christian Kandeler2014-07-142-0/+16
* Merge remote-tracking branch 'origin/1.2'Joerg Bornemann2014-07-021-0/+0
|\
| * Remove executable bit from non-executable files.v1.2.21.2Jake Petroules2014-06-161-0/+0
* | fix Info.plist creation for application productsJoerg Bornemann2014-05-221-1/+1
* | use {input|output}.fileName where appropriateJoerg Bornemann2014-05-201-4/+1
* | Introduce sensible build directory values.Christian Kandeler2014-05-131-1/+1
* | Add a PropertyValidator class to centralize Module.validate operations.Jake Petroules2014-04-241-0/+106
* | Add support for running Node.js using qbs run.Jake Petroules2014-04-151-0/+3
* | Move concatAll function to ModUtils; it's not specific to probes.Jake Petroules2014-04-154-23/+19
* | Declare EnvironmentVariable class according to standard conventions.Jake Petroules2014-04-151-33/+28
* | Use proper and consistent formatting in all JavaScript files.Jake Petroules2014-04-145-268/+279
* | Refactor JavaScript functions into more sensible locations.Jake Petroules2014-04-142-0/+32
* | Pass the product to PathTools functions for proper encapsulation.Jake Petroules2014-04-141-30/+22
* | Move several JS files in the cpp module to imports.Jake Petroules2014-04-144-0/+579
|/
* remove ModUtils.uniqueConcat in favor of Array.uniqueConcatJoerg Bornemann2014-01-291-11/+0
* Make ModUtils a proper import.Christian Kandeler2014-01-211-0/+186
* Remove QmlApp product template.Christian Kandeler2013-12-106-420/+0
* Fix the condition for the WiX and NSIS imports.Jake Petroules2013-11-143-3/+3
* Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2013-11-111-24/+28
|\
| * Add many missing calls to Process.close() and one to TextFile.close().Jake Petroules2013-11-061-24/+28
* | Rename getenv and putenv to getEnv and putEnv, respectively.Christian Kandeler2013-11-071-1/+1
* | Don't use the term "Burn" in the WiX module.Jake Petroules2013-11-041-1/+1
* | Add support for building NSIS setup packages.Jake Petroules2013-10-231-0/+4
* | Fix a couple minor bugs in WiX support.Jake Petroules2013-10-221-1/+1
* | Add support for building MSI and EXE installers with WiX.Jake Petroules2013-10-212-0/+8
|/
* Fix FileInfo.path().Christian Kandeler2013-10-141-1/+6
* Fix casing error in FileInfo import in PathProbe.Jake Petroules2013-07-091-1/+1
* Do not use an "as" specifier for URI imports.Christian Kandeler2013-07-057-2/+2
* Adapt use of Process JS extension to new function name.Christian Kandeler2013-07-041-2/+2
* Make built-in JavaScript extensions available on demand.Christian Kandeler2013-07-032-0/+2
* Fix PathProbe.fileName.Jake Petroules2013-06-241-3/+5
* Fix some trivial JavaScript warnings.Jake Petroules2013-06-191-2/+2
* Use better property types where appropriate.Jake Petroules2013-06-192-6/+6
* Change targetOS and hostOS to lists, and remove targetPlatform.Jake Petroules2013-06-182-2/+2
* Make the toolchain property a list.Jake Petroules2013-06-181-1/+1
* Add a framework probe.Jake Petroules2013-06-172-0/+21
* add product.sourceDirectory propertyJoerg Bornemann2013-06-051-1/+0
* Introduce a series of functions for working with Darwin bundles.Jake Petroules2013-06-042-0/+2
* Be less ambiguous about the naming and referencing of OS X.Jake Petroules2013-06-032-2/+2
* make Depends.name and Depends.submodules case sensitiveJoerg Bornemann2013-04-171-3/+3
* Check for Darwin in general rather than merely OS X, where appropriate.Jake Petroules2013-04-121-1/+1
* Default to applicationbundle for iOS as well.Jake Petroules2013-03-251-1/+1
* use the simplified base import statementJoerg Bornemann2013-03-086-6/+6
* add missing import in CppApplication.qbsJoerg Bornemann2013-02-151-0/+2
* Introduce the "install" command.Christian Kandeler2013-01-221-6/+1
* Add property "path" and use for Cpp.precompiledHeader.Christian Kandeler2012-10-231-2/+2
* Synced behaviour of JS and C++ FileInfo objectRuslan Nigmatullin2012-09-191-3/+10
* Fixed relativePath method in FileInfo.jsRuslan Nigmatullin2012-09-141-2/+11
* Added PkgConfig probeRuslan Nigmatullin2012-09-061-0/+49