summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.unix
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-141-5/+2
|\
| * rename qvector.cpp => qvector.qdocOswald Buddenhagen2017-02-091-5/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-9/+16
|\|
| * revert to building qmake with qconfig.cppOswald Buddenhagen2017-01-061-4/+12
| * move "shared" registry reading code into qmakeOswald Buddenhagen2016-12-231-5/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-161-2/+1
|\|
| * move generation of qconfig.cpp (and qt.conf) to qmake-based configureOswald Buddenhagen2016-12-131-2/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-4/+5
|\|
| * configure: put more of the makefile contents into template filesOswald Buddenhagen2016-11-231-3/+4
| * configure: delete some dead code and outdated commentsOswald Buddenhagen2016-11-231-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-131-6/+3
|\|
| * Clean up building of bootstrap lib and toolsLars Knoll2016-10-111-6/+3
* | Long live QOperatingSystemVersion!Jake Petroules2016-09-181-1/+10
|/
* QSettings: Remove calls to deprecated API on macOSGabriel de Dietrich2016-08-301-0/+4
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-0/+1
|\
| * qmake/tools: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2016-05-111-0/+1
* | qmake: Remove Windows CE support.Joerg Bornemann2016-03-101-6/+2
|/
* Move the official Qt version from qglobal.h to .qmake.confThiago Macieira2015-10-141-0/+1
* Deinline QRingBuffer classAlex Trotsenko2015-05-201-1/+5
* fix distclean targetsOswald Buddenhagen2015-04-231-0/+2
* nuke gbuild generatorOswald Buddenhagen2015-02-021-5/+2
* Use new, supported APIs in OS X 10.10 and iOS 8.0 to get the OS version.Jake Petroules2014-09-121-0/+4
* QSettings: use QStandardPaths to get XDG_CONFIG_HOME.David Faure2014-07-231-1/+1
* De-inline QDebug destructorKai Koehne2014-05-221-1/+6
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-241-1/+1
|\
| * make qmake auto-rebuild after path reconfigurationOswald Buddenhagen2013-12-221-1/+1
* | Implement support for ref-qualified QString::toLatin1 & friendsThiago Macieira2013-12-131-1/+5
|/
* Add JSON parsing support to qmake.Morten Johan Sørvig2013-10-171-1/+26
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-211-1/+2
|\
| * Don't compile MD4, MD5, SHA-2 and SHA-3 into qmakeThiago Macieira2013-08-151-1/+2
* | implement simple VFS to support caching during project parsingOswald Buddenhagen2013-08-071-1/+4
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-06-131-2/+2
|\|
| * run syncqt only for builds from gitOswald Buddenhagen2013-06-031-2/+2
* | add missing ifdeferyOswald Buddenhagen2013-06-121-1/+1
|/
* qfilesystemengine_mac.cpp is empty => purgeOswald Buddenhagen2013-03-141-4/+0
* Unify win32-g++ and Unix qmake Makefiles.Ray Donnelly2013-02-191-27/+49
* port qmake to qt creator's qmake language evaluatorOswald Buddenhagen2012-09-111-3/+25
* introduce qmake variable abstractionsOswald Buddenhagen2012-09-071-1/+2
* remove pretenses of manual dependenciesOswald Buddenhagen2012-09-031-5/+5
* unbreak "make depend" for shadow buildsOswald Buddenhagen2012-09-031-6/+13
* unify c*flags in the hand-written makefiles somewhatOswald Buddenhagen2012-09-031-6/+7
* Remove references to Borland and bmakeAndy Shaw2012-08-011-5/+2
* Fixed Wince Makefile environmentBjoern Breitmeyer2012-06-191-2/+5
* Remove -DQT_NO_STL from the bootstrapped buildsThiago Macieira2012-04-071-1/+1
* Compile QArrayData in bootstrap phase.Jędrzej Nowacki2012-03-291-2/+6
* Disable QUrl support in QVariant in bootstrapped modeThiago Macieira2012-03-241-5/+2
* Build qmake with QStringBuilder.Olivier Goffart2012-03-161-1/+5
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-121-73/+72
|\
| * do not copy/symlink qmake to build dirOswald Buddenhagen2012-03-091-73/+72
* | Split up base class QFileDevice for open-file operations (read/write)David Faure2012-03-061-1/+5
|/