| Commit message (Expand) | Author | Age | Files | Lines |
| * | qmake: Don't add dummy empty.lproj localization to macOS bundles | Tor Arne Vestbø | 2023-04-20 | 1 | -1/+0 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-11 | 1 | -5/+5 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -4/+4 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -27/+2 |
| * | Use QList instead of QVector in qmake | Jarek Kobus | 2020-09-05 | 1 | -1/+1 |
| * | Fix precompiled headers on macOS | Joerg Bornemann | 2019-11-18 | 1 | -10/+11 |
| * | Fix precompiled headers for Clang | Christian Romberg | 2019-10-25 | 1 | -4/+2 |
| * | qmake: Parse -framework link lines the same way the linker does | Tor Arne Vestbø | 2019-10-04 | 1 | -5/+2 |
| * | qmake: Place prl files under Resources in framework bundles | Tor Arne Vestbø | 2019-10-03 | 1 | -7/+13 |
| * | Do not use QList<QMakeLocalFileName> | Joerg Bornemann | 2019-08-12 | 1 | -4/+3 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-07-30 | 1 | -10/+9 |
| |\ |
|
| | * | qmake: Keep -force_load with library when merging linker flags | Tor Arne Vestbø | 2019-07-29 | 1 | -3/+6 |
| | * | qmake: Don't allow -framework without second argument when merging flags | Tor Arne Vestbø | 2019-07-29 | 1 | -8/+4 |
| * | | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-06-14 | 1 | -1/+1 |
| |\| |
|
| | * | Make sure .pc, .prl and .la files are created for header_only modules | Joerg Bornemann | 2019-06-03 | 1 | -1/+1 |
| * | | Do not ignore exit codes of install commands | Joerg Bornemann | 2019-05-23 | 1 | -5/+5 |
| * | | QRegExp include cleanup | Samuel Gaist | 2019-04-19 | 1 | -1/+0 |
| |/ |
|
| * | qmake: don't mess up linking order of frameworks | Oswald Buddenhagen | 2019-02-14 | 1 | -6/+3 |
| * | qmake: don't mess up linking order of libraries | Oswald Buddenhagen | 2018-12-14 | 1 | -2/+12 |
| * | qmake: fix the precedence of QMAKE_LIBDIR_POSTv5.12.0-beta2 | Oswald Buddenhagen | 2018-10-12 | 1 | -11/+16 |
| * | qmake: make sure QMAKE_LIBS{,_PRIVATE} comes after LIBS{,_PRIVATE} | Oswald Buddenhagen | 2018-10-12 | 1 | -4/+3 |
| * | qmake: remove support for static archive splitting | Oswald Buddenhagen | 2018-10-12 | 1 | -24/+0 |
| * | qmake: Apply modernize-use-nullptr | Alessandro Portale | 2018-08-08 | 1 | -1/+1 |
| * | qmake: slightly optimize processPrlFile() calls | Oswald Buddenhagen | 2018-07-16 | 1 | -6/+6 |
| * | qmake: Fix prl lookup for suffixed frameworks on Apple platforms | Tor Arne Vestbø | 2018-04-22 | 1 | -2/+16 |
| * | make mkspecs not mess up -rpath-link | Oswald Buddenhagen | 2017-05-31 | 1 | -0/+2 |
| * | make mkspecs not mess up library and include search paths | Oswald Buddenhagen | 2017-05-31 | 1 | -0/+2 |
| * | Simplify built-in qmake install command | Simon Hausmann | 2017-05-04 | 1 | -4/+4 |
| * | Preserve last modification timestamps of installed directories | Simon Hausmann | 2017-05-02 | 1 | -2/+2 |
| * | Fix precompiled headers on Apple platforms, with multiple architectures | Jake Petroules | 2017-04-14 | 1 | -4/+20 |
| * | Preserve last modification timestamps of installed program files | Simon Hausmann | 2017-04-13 | 1 | -1/+1 |
| * | Preserve last modification timestamps of installed files | Simon Hausmann | 2017-04-12 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/5.8' into dev | Liang Qi | 2016-09-15 | 1 | -3/+23 |
| |\ |
|
| | * | Enable precompiled headers on iOS, tvOS, watchOS | Jake Petroules | 2016-09-02 | 1 | -3/+23 |
| * | | qmake: Add shallow bundle support | Jake Petroules | 2016-08-25 | 1 | -3/+6 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-06-20 | 1 | -2/+5 |
| |\ |
|
| | * | Fix an issue causing qmake to generate corrupt Makefiles. | Jake Petroules | 2016-06-15 | 1 | -2/+5 |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-03-11 | 1 | -1/+1 |
| |\| |
|
| | * | fix file separators in target.targets INSTALLS | Oswald Buddenhagen | 2016-03-10 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-02-11 | 1 | -4/+4 |
| |\| |
|
| | * | qmake: use QString::replace() overloaded with QLatin1String | Anton Kudryavtsev | 2016-02-04 | 1 | -4/+4 |
| * | | qmake: eradicate Q_FOREACH loops [needing qAsConst()] | Marc Mutz | 2016-01-28 | 1 | -1/+1 |
| * | | qmake: eradicate Q_FOREACH loops [const-& returns] | Marc Mutz | 2016-01-28 | 1 | -6/+6 |
| * | | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-01-26 | 1 | -1/+15 |
| |\| |
|
| | * | Work around MinGW-make's magic prefixing of paths. | Frederik Gladhorn | 2016-01-21 | 1 | -1/+15 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-21 | 1 | -17/+12 |
| |/ |
|
| * | support relative paths in QMAKE_RPATHDIR | Oswald Buddenhagen | 2015-10-20 | 1 | -3/+16 |
| * | Distinguish between Objective-C and Objective-C++ sources | Tor Arne Vestbø | 2015-10-09 | 1 | -69/+53 |
| * | rewrite windows library handling | Oswald Buddenhagen | 2015-10-02 | 1 | -0/+5 |
| * | merge processPrlFiles() into findLibraries() | Oswald Buddenhagen | 2015-10-02 | 1 | -83/+49 |