summaryrefslogtreecommitdiffstats
path: root/qmake/generators/makefile.cpp
Commit message (Expand)AuthorAgeFilesLines
* do not fixify + create QMAKE_{PKGCONFIG,LIBTOOL}_DESTDIROswald Buddenhagen2013-01-081-2/+2
* centralize MAKEFILE writeout betterOswald Buddenhagen2012-12-051-9/+4
* assign MAKEFILE even in non-subdirs MakefilesOswald Buddenhagen2012-11-271-0/+5
* complain about empty $$TARGETOswald Buddenhagen2012-11-131-0/+3
* do not add DEPENDPATH to VPATHOswald Buddenhagen2012-11-021-1/+1
* qmake ExtraCompilerTargets: deal with file name which contains spaceDebao Zhang2012-10-191-1/+1
* Remove addition of dependencies for static libraries.Stephen Kelly2012-10-161-7/+0
* Generate ';' separated libraries in prl files for CMake.Stephen Kelly2012-10-091-0/+7
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use QStringList::join(QChar) overload where applicable [qmake]Marc Mutz2012-09-211-24/+24
* replace qmake_version() with a simple string literalOswald Buddenhagen2012-09-131-1/+1
* give location information for QMAKE_SUBSTITUTES conditionalsOswald Buddenhagen2012-09-111-2/+2
* port qmake to qt creator's qmake language evaluatorOswald Buddenhagen2012-09-111-3/+3
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* introduce qmake variable abstractionsOswald Buddenhagen2012-09-071-406/+531
* remove pretenses of supporting projects on stdinOswald Buddenhagen2012-09-051-6/+3
* make QMakeMetaInfo a little less inefficient with libtool .la filesOswald Buddenhagen2012-09-051-1/+1
* micro-optimize: use POD-initializable lists of variable namesOswald Buddenhagen2012-08-281-10/+10
* remove unused checkMultipleDefinition()Oswald Buddenhagen2012-08-281-23/+0
* remove dead variable assignmentsOswald Buddenhagen2012-08-281-2/+0
* qmake: object_with_source feature removedJoerg Bornemann2012-08-171-6/+1
* revamp preparation of command line for qmake calls in makefilesOswald Buddenhagen2012-08-141-45/+7
* support installs with target dirOswald Buddenhagen2012-08-081-8/+42
* reshuffle assembly of install commands as wellOswald Buddenhagen2012-08-081-24/+16
* reshuffle assembly of uninstall commandsOswald Buddenhagen2012-08-081-12/+9
* remove pointless appending of trailing dir separator under unixOswald Buddenhagen2012-08-081-2/+0
* respect copy_dir_files with manually flagged directories as wellOswald Buddenhagen2012-08-071-3/+5
* remove not particularly useful branchOswald Buddenhagen2012-08-071-4/+1
* remove clearly bogus escapeFilePath() callOswald Buddenhagen2012-08-071-1/+0
* Remove references to Borland and bmakeAndy Shaw2012-08-011-103/+36
* inline MakefileGenerator::processPrlVariable()Oswald Buddenhagen2012-07-311-18/+6
* make the windows prl processing more like the unix variantOswald Buddenhagen2012-07-311-5/+1
* stub out MakefileGenerator::processPrlFiles()Oswald Buddenhagen2012-07-311-19/+1
* dispose of MSVCPROJ_LIBSOswald Buddenhagen2012-07-241-8/+2
* automatically fix separators in QMAKE_{DIST,}CLEANOswald Buddenhagen2012-07-161-2/+11
* Uppercase the CONFIG for verbatim mode.Stephen Kelly2012-07-041-1/+1
* qmake: improve the .pc files generatorKonstantin Ritt2012-07-031-3/+1
* const correctness for variables()Oswald Buddenhagen2012-06-271-1/+1
* don't overuse variables()Oswald Buddenhagen2012-06-271-10/+10
* const correctness for values() callsOswald Buddenhagen2012-06-271-43/+43
* fix specdir()Oswald Buddenhagen2012-06-271-2/+1
* revamp handling of qmake target modeOswald Buddenhagen2012-06-271-1/+7
* repurpose -unix/-macx/-win32 optionsOswald Buddenhagen2012-06-271-8/+0
* clean up specdir()Oswald Buddenhagen2012-06-261-7/+4
* fix -spec/-xspec argument re-assemblyOswald Buddenhagen2012-06-261-2/+9
* revamp automatic makefile generation for sub-projectsOswald Buddenhagen2012-06-191-32/+46
* introduce $$QMAKE_CHK_EXISTS_GLUEOswald Buddenhagen2012-06-191-6/+4
* normalize $$QMAKE_QMAKEOswald Buddenhagen2012-06-191-2/+2
* fix in-/out-dir mixupOswald Buddenhagen2012-06-191-4/+4
* remove unnecessary conditionalOswald Buddenhagen2012-06-191-6/+2