summaryrefslogtreecommitdiffstats
path: root/mkspecs
Commit message (Expand)AuthorAgeFilesLines
* Remove stale QtDeclarative dependency on QtOpenGLKent Hansen2011-09-201-2/+0
* Mac: fix linking with Qt frameworks which don't exist at qmake timeRohan McGovern2011-09-171-3/+14
* Ensure build_all is propagated to all modules when appropriate.Rohan McGovern2011-09-151-0/+1
* Merge branch 'refactor'Gunnar Sletta2011-09-1360-2188/+20
|\
| * Modify mkspecs/unsupported/macx-clang/qplatformdefs.hTakumi ASAKI2011-09-121-55/+1
| * Merge branch 'master' into refactorGunnar Sletta2011-09-121-2/+2
| |\
| * | Mac: make platformsupport a static libMorten Sorvig2011-09-011-16/+7
| * | Merge branch 'master' into refactorGunnar Sletta2011-08-253-1/+11
| |\ \
| * \ \ Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-034-3/+7
| |\ \ \
| * \ \ \ Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-121-1/+1
| |\ \ \ \
| * | | | | remove generated filesLars Knoll2011-07-0713-110/+0
| * | | | | Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-0616-3/+113
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-271-5/+13
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-107-20/+315
| |\ \ \ \ \ \ \
| * | | | | | | | QtPlatformSupport: A helper library for platform pluginsJørgen Lind2011-06-1017-231/+8
| * | | | | | | | Make building of platform plugins indifferent if its out of sourceJørgen Lind2011-06-0615-0/+231
| * | | | | | | | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-015-21/+51
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-24121-2107/+2132
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-201-0/+4
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Make Cocoa the default platform plugin on Mac.Morten Sorvig2011-05-201-0/+2
| * | | | | | | | | | | Remove QMAKE_MACOS_DEPLOYMENT_TARGET.Morten Sorvig2011-05-191-1/+0
| * | | | | | | | | | | No -rpath-link on Mac.Morten Sorvig2011-05-111-1/+1
| * | | | | | | | | | | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-115-74/+95
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'origin/master' into refactorLars Knoll2011-05-046-9/+49
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | QWS removal, part 2Lars Knoll2011-05-0254-2117/+0
* | | | | | | | | | | | | | Split CFLAGS from pkg-config properlyJan Arne Petersen2011-09-121-2/+15
* | | | | | | | | | | | | | Removed the unnecessary dependency of the QtHelp module on the QtXml oneConstantin Makshin2011-09-121-1/+1
* | | | | | | | | | | | | | sync win32-g++-cross with win32-g++ (lib prefix and extension)Mark Brand2011-09-121-0/+2
* | | | | | | | | | | | | | remove -fno-stack-protectorOswald Buddenhagen2011-09-121-2/+1
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | added QMAKE_MOC_OPTIONS variable to qmakeKeno Fischer2011-09-071-2/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Configure: Set separate_debug_info for all modulesKai Koehne2011-08-162-0/+4
* | | | | | | | | | | | Let CONFIG+=no_default_target also disable `check' by defaultRohan McGovern2011-08-111-1/+7
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Introduced a CONFIG option that enables declarative debug servicesThorbjørn Lindeijer2011-08-021-0/+1
* | | | | | | | | | | Add rudimentary config.test support when configuring modules.Michael Goddard2011-07-221-1/+1
* | | | | | | | | | | Make sure we qtPrepareTool moc, uic and rcc tooMarius Storm-Olsen2011-07-211-0/+3
* | | | | | | | | | | Fix non-installed library detectionMarius Storm-Olsen2011-07-211-1/+1
* | | | | | | | | | | Make sure we only run syncqt for the non-buildpass casesMarius Storm-Olsen2011-07-211-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | fix misnomer: $$resolve_depends() => $$sort_depends()Oswald Buddenhagen2011-07-111-1/+1
* | | | | | | | | | make 1st argument of $$resolve_depends a variableOswald Buddenhagen2011-07-111-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Build Qt with option -Zc:wchar_t under MSVCliang jian2011-06-273-3/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Support -debug build on MacLiang Qi2011-06-201-1/+1
* | | | | | | | Ensure we pass -developer-build to syncqt for -nokia-developer buildsMarius Storm-Olsen2011-06-111-5/+13
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Complain if we don't load(qt_module) firstMarius Storm-Olsen2011-06-082-4/+19
* | | | | | | Fix typo from 1835afe6Marius Storm-Olsen2011-06-081-1/+1
* | | | | | | Make qmake slightly more verbose with its syncqt output.axis2011-06-061-3/+5
* | | | | | | Moved common module profiles to be feature profiles.axis2011-06-053-0/+274
* | | | | | | Implemented module-local caching of module profiles.axis2011-06-032-7/+11
* | | | | | | Don't base QTDIR detection on .qmake.cache.axis2011-06-031-7/+0
* | | | | | | Changes needed for Qt to accept module .qmake.cache files.axis2011-06-031-3/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Made qpluginbase.pri into a feature profile.axis2011-05-311-0/+41