summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* qmake: added WMAppManifest generation for winphone targetKamil Trzcinski2013-09-172-0/+68
* qmake: added file deployment support for winrt and winphone targetsKamil Trzcinski2013-09-155-60/+123
* qmake: added support for WindowsMetadataFileKamil Trzcinski2013-09-153-0/+19
* qmake: added CompileAsWinRT switch to the VCCLCompilerTool (the cl /ZW option)Kamil Trzcinski2013-09-153-0/+10
* Use correct toolset version for winphone buildsOliver Wolff2013-09-152-4/+5
* qmake: enable default reference for all winphone targetsKamil Trzcinski2013-09-151-0/+10
* qmake: added VCPROJ_ARCH variable.Kamil Trzcinski2013-09-151-4/+13
* qmake: added WinRT and WinPhone configuration switchKamil Trzcinski2013-09-154-2/+29
* Create clean makefiles for winrt buildsAndrew Knight2013-09-151-0/+93
* Merge branch 'stable' into devSergio Ahumada2013-09-131-1/+2
|\
| * fix finding qmake.exe when called on the command line as ... qmake.exeOswald Buddenhagen2013-09-091-1/+2
* | Doc: Add a dependency to qtdoc for qmake manualTopi Reinio2013-09-111-0/+1
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-077-37/+32
|\|
| * Ensure the input file is first in the list of dependenciesAndy Shaw2013-09-031-6/+6
| * de-duplicate code for writing dummy makefilesOswald Buddenhagen2013-08-275-29/+22
| * Doc: update Project Options section in qmake ManualLeena Miettinen2013-08-271-2/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-272-9/+14
|\|
| * Doc: update description of qmake SUBDIRS variableLeena Miettinen2013-08-262-9/+14
* | avoid deadlock in cache() during spec/cache loadingOswald Buddenhagen2013-08-271-1/+1
* | lock baseEnv in cache()Oswald Buddenhagen2013-08-272-34/+58
* | always check for baseEnv init failureOswald Buddenhagen2013-08-271-0/+2
* | remove support for Qtopia's QOM_OBJECT macroJoerg Bornemann2013-08-261-8/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-218-8/+143
|\|
| * Doc: public test functions in function librariesLeena Miettinen2013-08-152-0/+135
| * Don't compile MD4, MD5, SHA-2 and SHA-3 into qmakeThiago Macieira2013-08-156-8/+8
* | change reporting of missing filesOswald Buddenhagen2013-08-201-3/+4
* | complain about absent files to -pro argument (in lupdate)Oswald Buddenhagen2013-08-202-6/+7
* | avoid boolean argument trap: introduce QMakeParser::ParseFlagOswald Buddenhagen2013-08-203-4/+12
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-143-1/+55
|\|
| * Fix SONAME handling on androidStephen Kelly2013-08-131-0/+3
| * Doc: fix links to documentation in other modulesLeena Miettinen2013-08-081-0/+49
| * Doc: Add keywords for qmake variable/function reference pagesTopi Reinio2013-07-301-0/+3
* | Doc: Fixed qmake manual's images and snippets directories.Jerome Pasion2013-08-1335-184/+183
* | Doc: add winextras to the list of QT variable valuesLeena Miettinen2013-08-082-0/+4
* | implement simple VFS to support caching during project parsingOswald Buddenhagen2013-08-0714-73/+321
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-237-59/+121
|\|
| * don't install mac bundles atomicallyOswald Buddenhagen2013-07-222-26/+59
| * mac frameworks: link target alias to Current versionOswald Buddenhagen2013-07-221-3/+2
| * fix target strip-ing inside mac bundlesOswald Buddenhagen2013-07-221-8/+13
| * make unescapeFilePath() less inefficientOswald Buddenhagen2013-07-221-6/+2
| * escape paths coming from prl filesOswald Buddenhagen2013-07-222-3/+9
| * unbreak use of not-overquoted ICON entriesOswald Buddenhagen2013-07-221-3/+2
| * fix c-quoting of strings which contain quotesOswald Buddenhagen2013-07-221-1/+1
| * resolve output of .depend_command relative to $$OUT_PWDOswald Buddenhagen2013-07-221-4/+28
| * Changed digia contact details to */legal, updated licensesTeemu Kaukoranta2013-07-202-2/+2
| * un-clash iterator namesOswald Buddenhagen2013-07-151-8/+8
| * undo accidental string mergeOswald Buddenhagen2013-07-151-1/+1
* | update m_featureRoots less aggressivelyOswald Buddenhagen2013-07-191-1/+2
* | cache results of feature searchOswald Buddenhagen2013-07-192-24/+62
* | minor optimization: don't concatenate strings needlesslyOswald Buddenhagen2013-07-193-1/+8