summaryrefslogtreecommitdiffstats
path: root/qmake/generators/unix
Commit message (Expand)AuthorAgeFilesLines
* consolidate generation of metafile install targetsMark Brand2013-01-251-20/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-183-3/+3
* don't overquote deps on .pc and .la filesOswald Buddenhagen2013-01-081-6/+2
* introduce QMAKE_RPATHLINKDIR (and QMAKE_LFLAGS_RPATHLINK)Oswald Buddenhagen2012-12-031-0/+7
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-223-72/+72
* Use QStringList::join(QChar) overload where applicable [qmake]Marc Mutz2012-09-211-6/+6
* replace qmake_version() with a simple string literalOswald Buddenhagen2012-09-131-1/+1
* fix c string comparisonOswald Buddenhagen2012-09-071-1/+1
* introduce qmake variable abstractionsOswald Buddenhagen2012-09-073-189/+194
* restore support for QMAKE_LIBDIR_FLAGSOswald Buddenhagen2012-09-051-5/+7
* make QMakeMetaInfo a little less inefficient with libtool .la filesOswald Buddenhagen2012-09-051-1/+1
* remove handling of QMAKE_FILETAGSOswald Buddenhagen2012-09-031-7/+0
* micro-optimize: use POD-initializable lists of variable namesOswald Buddenhagen2012-08-282-12/+12
* remove dead variable assignmentsOswald Buddenhagen2012-08-281-1/+0
* beautify "aux" targetOswald Buddenhagen2012-08-171-8/+10
* findLibraries(): don't remove -L options for system pathsOswald Buddenhagen2012-08-041-1/+2
* Remove references to Borland and bmakeAndy Shaw2012-08-011-2/+1
* run processPrlFiles() over QMAKE_LIBS_PRIVATE as wellOswald Buddenhagen2012-07-311-1/+1
* make the windows prl processing more like the unix variantOswald Buddenhagen2012-07-312-10/+0
* do not look for frameworks in library pathOswald Buddenhagen2012-07-281-3/+2
* insert explicit library search paths before system search pathsOswald Buddenhagen2012-07-281-4/+6
* look into /Library/Frameworks as well in processPrlFiles()Oswald Buddenhagen2012-07-281-0/+1
* unify default search paths between findLibraries() & processPrlFiles()Oswald Buddenhagen2012-07-281-0/+2
* fix lookup of libraries with a full path but without extensionOswald Buddenhagen2012-07-281-2/+3
* don't actually resolve frameworks in findLibraries()Oswald Buddenhagen2012-07-281-16/+4
* dispose of QMAKE_LIBDIR_FLAGS, "demote" QMAKE_FRAMEWORKPATH_FLAGSOswald Buddenhagen2012-07-272-6/+9
* remove duplicate -L flags in findLibraries()Oswald Buddenhagen2012-07-271-3/+7
* unify handling of non-standard linker -L flagsOswald Buddenhagen2012-07-271-11/+16
* do not run findLibraries() over QMAKE_LFLAGSOswald Buddenhagen2012-07-241-2/+2
* remove another symbian remnant: QMAKE_RVCT_LINKSTYLEOswald Buddenhagen2012-07-121-7/+2
* make the prl lookup search in standard locationsOswald Buddenhagen2012-07-121-0/+2
* const correctness for values() callsOswald Buddenhagen2012-06-272-14/+16
* revamp handling of qmake target modeOswald Buddenhagen2012-06-271-10/+9
* make 'qmake' target of SUBDIRS projects non-recursiveOswald Buddenhagen2012-06-191-2/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-303-3/+3
* Update contact information in license headers.Jason McDonald2012-01-233-3/+3
* Update copyright year in license headers.Jason McDonald2012-01-053-3/+3
* qmake: Don't assume that GNUmake is able to resolve arbitrary dependenciesTor Arne Vestbø2011-11-281-1/+1
* qmake: remove symbian supportJoerg Bornemann2011-11-072-28/+2
* Add CONFIG flag to use the compiler to generate makefile dependenciesTor Arne Vestbø2011-10-241-51/+65
* Generate dependencies for moc_ style includes when using CONFIG+=GNUmakeTor Arne Vestbø2011-10-201-1/+2
* Make CONFIG+=GNUmake respect shadow buildsTor Arne Vestbø2011-10-111-3/+7
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-243-51/+51
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-243-51/+51
* | Remove QMAKE_MACOS_DEPLOYMENT_TARGET.Morten Sorvig2011-05-191-3/+0
|/
* qmake: Introduce new template typeChristian Kandeler2011-05-101-1/+5
* Initial import from the monolithic Qt.Qt by Nokia2011-04-273-0/+2361