summaryrefslogtreecommitdiffstats
path: root/qmake/generators/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* Distinguish between Objective-C and Objective-C++ sourcesTor Arne Vestbø2015-10-092-102/+76
* rewrite windows library handlingOswald Buddenhagen2015-10-021-0/+5
* merge processPrlFiles() into findLibraries()Oswald Buddenhagen2015-10-022-85/+50
* remove QMAKE_<lib>_SUFFIX supportOswald Buddenhagen2015-10-011-4/+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
* remove bizarre prl substitution codeOswald Buddenhagen2015-10-011-9/+1
* remove magic patching up of libraries specified by file nameOswald Buddenhagen2015-10-011-48/+24
* unify handling of library prefixes and extensionsOswald Buddenhagen2015-10-011-10/+0
* remove references to $$QMAKE_CYGWIN_EXEOswald Buddenhagen2015-10-011-2/+0
* remove support for {rvct,arm,ti}_linkerOswald Buddenhagen2015-10-011-21/+4
* remove overuse of trimmed()Oswald Buddenhagen2015-10-011-5/+4
* fix race in debug_and_release builds of static libs for UnixJoerg Bornemann2015-09-221-11/+6
* fix relative rpaths on linuxOswald Buddenhagen2015-09-171-1/+3
* don't pretend that non-mac supports relative QMAKE_SONAME_PREFIXOswald Buddenhagen2015-09-171-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-1/+3
|\
| * Mac: Remove invalid bundle identifier charactersMorten Johan Sørvig2015-08-181-0/+2
| * fix quoting in plist creationOswald Buddenhagen2015-08-181-1/+1
* | iOS: Refactor xcodebuild exclusive build logic into standalone makefileTor Arne Vestbø2015-08-041-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-032-22/+27
|\|
| * don't process .prl files recursivelyOswald Buddenhagen2015-06-011-1/+1
| * move symlinking loop into the symlink container emptiness conditionalOswald Buddenhagen2015-05-201-10/+11
| * bundles: create Versions/Current only if versioned resources are presentOswald Buddenhagen2015-05-201-1/+1
| * fix (un-)installation for TEMPLATE = auxOswald Buddenhagen2015-05-081-10/+14
* | qmake: Place Info.plist in correct location for plugin bundlesTor Arne Vestbø2015-05-241-6/+6
|/
* make QMAKE_FRAMEWORK_VERSION work independently of TEMPLATEOswald Buddenhagen2015-04-271-7/+13
* automatically distclean internally generated artifactsOswald Buddenhagen2015-04-231-1/+3
* fix distclean target for plugins under unixOswald Buddenhagen2015-04-231-2/+2
* make diff between aux and app TEMPLATEs smallerOswald Buddenhagen2015-04-231-5/+4
* make fileFixify() calling convention somewhat saneOswald Buddenhagen2015-04-211-3/+3
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-5/+6
|\
| * Fix QMAKE_INFO_PLIST regression with relative pathsJohn Brooks2015-03-131-4/+7
* | centralize setup of shell-related variables in spec_post.prfOswald Buddenhagen2015-03-062-16/+0
* | remove pointless fixPathToTargetOS() callsOswald Buddenhagen2015-02-172-3/+2
* | replace incorrect uses of fixPathToLocalOS() (mostly)Oswald Buddenhagen2015-02-172-9/+9
* | fix quoting issues. all of them. (*)Oswald Buddenhagen2015-02-173-198/+245
* | Update copyright headersJani Heikkinen2015-02-113-21/+21
* | Make .la file generation reproducible in qmakeSune Vuorela2015-02-051-2/+1
* | prune pointless assignments of QString::replace() and remove() resultsOswald Buddenhagen2015-02-022-13/+10