summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-0410-65/+103
|\
| * Doc: corrected error about path list separatorNico Vertriest2015-11-041-10/+12
| * fix vcxproj linker optionsJoerg Bornemann2015-10-271-6/+7
| * Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2015-10-271-1/+1
| * QMakeGlobals::expandEnvVars: Make saneDaniel Teske2015-10-271-24/+18
| * Remove Qt version checks.Christian Kandeler2015-10-271-4/+0
| * Use Qt 5's QStringList::join(QChar)hjk2015-10-271-4/+4
| * consider qt resource paths absoluteOswald Buddenhagen2015-10-271-0/+4
| * avoid that a bad qmakespec path crashes the evaluatorOswald Buddenhagen2015-10-271-4/+10
| * add ProFile::tokPtrEnd()Daniel Teske2015-10-271-0/+1
| * fix raw data leak in $$sprintf()Oswald Buddenhagen2015-10-271-1/+1
| * micro-optimization: use ProStringList::join(QChar) overloadOswald Buddenhagen2015-10-271-1/+1
| * QmakeParser: Do not leak temporaries into cache of filesTobias Hunger2015-10-271-1/+3
| * ProParser: Plug raw data leakDaniel Teske2015-10-271-1/+1
| * don't complain about missing include()s during cumulative evaluationOswald Buddenhagen2015-10-271-0/+2
| * execute some loops even in cumulative modeOswald Buddenhagen2015-10-271-7/+12
| * QmakeProject: Fix crash on updating sourcesDaniel Teske2015-10-271-1/+24
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-231-0/+2
| |\
| | * Add support for -Zc:throwingNew option to vcxproj generation for 2015Andy Shaw2015-10-231-0/+2
* | | configure: Separate host and build platform.David Schulz2015-10-302-2/+11
* | | QMake: Add option to set qt.conf file.David Schulz2015-10-274-1/+12
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-236-10/+51
|\| |
| * | support relative paths in QMAKE_RPATHDIROswald Buddenhagen2015-10-202-3/+39
| * | msvc2015: Align compiler flags with rest of Qt buildMaurice Kalinowski2015-10-201-1/+1
| * | Move the official Qt version from qglobal.h to .qmake.confThiago Macieira2015-10-142-0/+2
| * | fix bogus complaints about prl targets without extension in bundlesOswald Buddenhagen2015-10-141-1/+2
| * | fix the trailing-backslash-in-DESTDIR-on-mingw workaroundOswald Buddenhagen2015-10-141-5/+7
* | | Compile qmake and configure.exe in C++11 modeThiago Macieira2015-10-181-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1420-845/+428
|\| |
| * | QtCore/qmake: drop some unneeded QChar -> QString conversionsMarc Mutz2015-10-111-1/+1
| * | Stop generating implicit suffix rules in MakefilesTor Arne Vestbø2015-10-093-22/+2
| * | Distinguish between Objective-C and Objective-C++ sourcesTor Arne Vestbø2015-10-096-120/+127
| * | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-022-12/+14
| |\ \
| | * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-022-12/+14
| | |\|
| | | * qmake: Fix 'Libs:' line in .pc files on OS XMartin Afanasjew2015-09-281-1/+2
| | | * fix parsing of WinRT compiler optionsJoerg Bornemann2015-09-181-11/+11
| | | * Fix qmake messing up headers of generated Visual Studio solution filesJonathan Meier2015-09-071-0/+1
| | | * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-041-2/+1
| * | | merge MingwMakefileGenerator::findLibraries() into Win32MakefileGeneratorOswald Buddenhagen2015-10-028-115/+86
| * | | rewrite windows library handlingOswald Buddenhagen2015-10-025-71/+63
| * | | make .prl processing less convolutedOswald Buddenhagen2015-10-024-66/+51
| * | | make processPrlFile() munge the path less when replacing the targetOswald Buddenhagen2015-10-021-9/+8
| * | | make lflags deduplication independent from link_prlOswald Buddenhagen2015-10-021-2/+1
| * | | merge processPrlFiles() into findLibraries()Oswald Buddenhagen2015-10-028-161/+121
| * | | Doc: replace \target with \keyword if at start of pageNico Vertriest2015-10-021-1/+1
| |/ /
| * | remove QMAKE_<lib>_SUFFIX supportOswald Buddenhagen2015-10-013-8/+1
| * | remove support for CONFIG+=compile_libtoolOswald Buddenhagen2015-10-012-100/+10
| * | remove questionable libtool "compatibility" code from prl processingOswald Buddenhagen2015-10-011-11/+2
| * | remove pointless code pathOswald Buddenhagen2015-10-011-11/+3
| * | remove pointless code from prl processingOswald Buddenhagen2015-10-011-13/+1