summaryrefslogtreecommitdiffstats
path: root/qmake/generators/unix
Commit message (Expand)AuthorAgeFilesLines
* qmake: make sure QMAKE_LIBS{,_PRIVATE} comes after LIBS{,_PRIVATE}Oswald Buddenhagen2018-10-122-6/+7
* qmake: nuke QMAKE_INTERNAL_PRL_LIBSOswald Buddenhagen2018-10-121-4/+1
* qmake: remove support for static archive splittingOswald Buddenhagen2018-10-122-74/+14
* qmake: rework .prl filename constructionOswald Buddenhagen2018-08-301-1/+6
* qmake: Apply modernize-use-nullptrAlessandro Portale2018-08-082-2/+2
* qmake: Apply modernize-use-overrideAlessandro Portale2018-08-081-12/+12
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-171-7/+7
|\
| * qmake: make sure 'move' commands to DESTDIR are valid on mingwOswald Buddenhagen2018-07-091-7/+7
* | qmake: get rid of (some) makefile expansions in dependency pathsOswald Buddenhagen2018-07-161-13/+13
* | qmake: slightly optimize processPrlFile() callsOswald Buddenhagen2018-07-161-6/+6
|/
* qmake: use consistent path separators in makefile dependenciesOswald Buddenhagen2018-06-121-2/+2
* 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
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-071-1/+15
|\
| * qmake: replace invalid characters in generated bundle identifiersJake Petroules2018-01-051-1/+15
* | Rewrite the Info.plist variable replacement handlingJake Petroules2018-01-061-13/+35
|/
* make mkspecs not mess up -rpath-linkOswald Buddenhagen2017-05-311-0/+2
* make mkspecs not mess up library and include search pathsOswald Buddenhagen2017-05-311-0/+2
* Simplify built-in qmake install commandSimon Hausmann2017-05-041-4/+4
* Preserve last modification timestamps of installed directoriesSimon Hausmann2017-05-021-2/+2
* Fix precompiled headers on Apple platforms, with multiple architecturesJake Petroules2017-04-142-36/+58
* Preserve last modification timestamps of installed program filesSimon Hausmann2017-04-131-1/+1
* Preserve last modification timestamps of installed filesSimon Hausmann2017-04-121-2/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-3/+11
|\
| * Support QMAKE_PRE_LINK and QMAKE_POST_LINK for static libs on unixOrgad Shaneh2017-01-201-2/+10
| * don't pass qmake configure arguments to sub-projectsOswald Buddenhagen2017-01-061-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-152-18/+67
|\|
| * Enable precompiled headers on iOS, tvOS, watchOSJake Petroules2016-09-022-18/+67
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-08-311-1/+1
|\|
| * fix argument order in recursive qmake invocationsOswald Buddenhagen2016-08-251-1/+1
* | qmake: Use correct CFBundleExecutable in framework bundlesJake Petroules2016-08-261-3/+15
* | qmake: tighten up isFramework check so it doesn't match plugin bundlesJake Petroules2016-08-251-1/+3
* | qmake: Add shallow bundle supportJake Petroules2016-08-252-35/+54
|/
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-2/+5
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-2/+5
| |\
| | * Fix an issue causing qmake to generate corrupt Makefiles.Jake Petroules2016-06-151-2/+5
* | | add ProStringList::join(ProString) overload and make use of itOswald Buddenhagen2016-05-241-2/+3
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-1/+1
|\|
| * fix file separators in target.targets INSTALLSOswald Buddenhagen2016-03-101-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-112-12/+12
|\|
| * qmake: use QString::replace() overloaded with QLatin1StringAnton Kudryavtsev2016-02-042-12/+12
* | qmake: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-01-282-3/+3
* | qmake: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-01-282-8/+8
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-262-1/+18
|\|
| * Work around MinGW-make's magic prefixing of paths.Frederik Gladhorn2016-01-212-1/+18
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-213-51/+36
|/
* support relative paths in QMAKE_RPATHDIROswald Buddenhagen2015-10-201-3/+16
* fix the trailing-backslash-in-DESTDIR-on-mingw workaroundOswald Buddenhagen2015-10-141-5/+7
* Stop generating implicit suffix rules in MakefilesTor Arne Vestbø2015-10-091-11/+0