summaryrefslogtreecommitdiffstats
path: root/qmake/generators/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* | remove dead variablesOswald Buddenhagen2015-02-021-1/+1
* | prune vestiges of IMAGES and QMAKE_IMAGE_COLLECTIONOswald Buddenhagen2015-02-022-6/+1
* | remove QMAKE_FAILED_REQUIREMENTS optimization from unix generatorOswald Buddenhagen2015-02-021-3/+0
* | make fallback handling for QMAKE_BUNDLE_EXTENSION saneOswald Buddenhagen2015-02-021-6/+6
* | values(foo).first() => first(foo)Oswald Buddenhagen2015-02-022-21/+17
* | remove pointless double initialization guardsOswald Buddenhagen2015-02-023-6/+2
|/
* centralize/unify/sanitize INCLUDEPATH "enrichment"Oswald Buddenhagen2015-01-111-5/+1
* remove pointless pwd fallbacksOswald Buddenhagen2015-01-111-2/+0