summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* Add qbswap for a memory regionThiago Macieira2018-07-042-1/+6
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-0212-21/+65
|\
| * 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: make access to raw data temporaries safeOswald Buddenhagen2018-06-273-76/+160
* | | qmake: centralize resolution of file name arguments to qmake functionsOswald Buddenhagen2018-06-272-17/+23
* | | qmake: make argument validation of built-ins data drivenOswald Buddenhagen2018-06-275-781/+624
* | | Fix framework include paths in .pc filesMorten Johan Sørvig2018-06-251-0/+4
* | | qmake: remove system framework path check from writePkgConfigFile()Morten Johan Sørvig2018-06-251-3/+1
* | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-073-6/+10
|\| |
| * | qmake: skip empty parts when splitting strings in some more placesOswald Buddenhagen2018-06-013-6/+10
| |/
* | qmake: make even more use QStringRef and QStringView overloadsOswald Buddenhagen2018-05-071-5/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-021-1/+11
|\|
| * qmake: Don't map Xcode SYMROOT to output directoryTor Arne Vestbø2018-04-261-1/+11
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-6/+10
|\|
| * qmake: fix look-up of relative files from .depend_command in shadow buildsOswald Buddenhagen2018-04-251-6/+10
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-241-2/+16
|\|
| * qmake: Fix prl lookup for suffixed frameworks on Apple platformsTor Arne Vestbø2018-04-221-2/+16
* | Detect C standard and try using the most recent one (take 2)Allan Sandfeld Jensen2018-04-211-3/+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
| |\|