summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* Fix the /J option for MSVC project generationAndrew Patterson2018-09-271-4/+1
* qmake vcxproj generator: Fix extra compilers for single configsJoerg Bornemann2018-08-091-0/+6
* qmake vcxproj generator: Fix compilation of generated C++ sourcesJoerg Bornemann2018-08-081-1/+10
* qmake: improve the fake projectOswald Buddenhagen2018-08-062-183/+229
* qmake: don't escape colons in dependency paths on windows, after allOswald Buddenhagen2018-08-021-0/+9
* Fix builds with some MinGW distributionsKai Koehne2018-08-021-1/+1
* Fix qtbase build for MSVC 2017 15.8Thomas Miller2018-07-301-1/+1
* Doc: Fix typos and grammar in qmake variable referenceKai Koehne2018-07-271-11/+11
* qmake: break out testFunc_cache() from evaluateBuiltinConditional()Edward Welbourne2018-07-202-163/+172
* Fix recursive qmake xcode project generation with shadow buildsChristoph Keller2018-07-091-2/+2
* qmake: make sure 'move' commands to DESTDIR are valid on mingwOswald Buddenhagen2018-07-091-7/+7
* qmake: Fix xcode problems with invalid build pathsChristoph Keller2018-07-041-1/+3
* qmake: escape colons and hashmarks in dependency pathsOswald Buddenhagen2018-06-257-7/+36
* Fix function nameJesus Fernandez2018-06-211-1/+1
* Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-191-1/+1
|\
| * Merge 5.11 into 5.11.1Oswald Buddenhagen2018-06-073-6/+10
| |\
| * | xcode: Take effective platform name into account for configuration build dirTor Arne Vestbø2018-06-061-1/+1
* | | Fix QMAKE_MANIFEST for Visual Studio >= 2012Joerg Bornemann2018-06-131-0/+2
* | | Qmake: Fix compilation with QMAKE_USE_CACHEOrgad Shaneh2018-06-131-3/+3
* | | qmake: use consistent path separators in makefile dependenciesOswald Buddenhagen2018-06-125-9/+22
| |/ |/|
* | qmake: skip empty parts when splitting strings in some more placesOswald Buddenhagen2018-06-013-6/+10
|/
* qmake: Don't map Xcode SYMROOT to output directoryTor Arne Vestbø2018-04-261-1/+11
* qmake: fix look-up of relative files from .depend_command in shadow buildsOswald Buddenhagen2018-04-251-6/+10
* qmake: Fix prl lookup for suffixed frameworks on Apple platformsTor Arne Vestbø2018-04-221-2/+16
* qmake: fix QMAKE_BUNDLE_DATA for (some) generated filesOswald Buddenhagen2018-04-121-1/+3
* Set WindowsTargetPlatform[Min]Version if WindowsSDKVersion is setJoerg Bornemann2018-04-061-5/+19
* qmake: minor fixups to ioutils for building in qt creator contextOswald Buddenhagen2018-03-292-5/+8
* qmake: updates to the parsing code of external propertiesOswald Buddenhagen2018-03-292-20/+38
* qmake: remove unnecessary QMakeGlobals::setProperties() overloadOswald Buddenhagen2018-03-292-8/+0
* qmake: add text codec support to VFSAlessandro Portale2018-03-292-1/+30
* qmake: make VFS aware of exact vs. cumulative evaluationOswald Buddenhagen2018-03-298-99/+228
* qmake: make IoUtils::fileType() return more expressive resultOswald Buddenhagen2018-03-292-2/+2
* qmake: let QMakeVfs::readFile() report ENOFILE explicitlyOswald Buddenhagen2018-03-293-13/+21
* qmake: make message about not found mkspec less confusingOswald Buddenhagen2018-03-291-1/+1
* qmake: prevent .prf files from postponing work to build passesOswald Buddenhagen2018-03-291-14/+25
* Make sure $$relative_path() uses an absolute path as its first argEdward Welbourne2018-03-223-7/+18
* XCode: Fix the output paths for extra compilers with fileFixify()Andy Shaw2018-03-171-1/+2
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-145-22/+37
|\
| * Document what the QT qmake variable does in more detailMitch Curtis2018-01-241-0/+3
| * Use a proper test for absolute path for qmake's locationEdward Welbourne2018-01-181-1/+4
| * qmake: require a drive in a DOS path for it to be absoluteEdward Welbourne2018-01-183-21/+30
* | Doc: Fix typos in qmake function referenceAaron Linville2018-02-131-6/+6
* | Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-263-33/+29
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-12/+0
|\ \
| * | Doc: QMake: Remove dependencies to non-existent documentation modulesTopi Reinio2018-01-121-12/+0
* | | doc: Remove inappropriate qdoc comment markersMartin Smith2018-01-181-2/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-116-33/+126
|\| |
| * | qmake: Introduce precompile_header_c for MSVCOrgad Shaneh2018-01-083-13/+25
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-073-4/+17
| |\|
| | * qmake: set COPY_PHASE_STRIP to NO in Xcode generatorJake Petroules2018-01-051-2/+0