Fix mandlebrot and imagescaling example qdoc markup.
[profile/ivi/qtbase.git] / qmake /
2012-12-11 Joerg Bornemannqmake: fix manifest embedding for DLLs
2012-12-10 Joerg Bornemannsupport include paths for the Windows resource compiler
2012-12-10 Joerg Bornemannqmake: fix extra compilers in vcxprojs for single confi...
2012-12-06 Joerg Bornemannqmake: add ProductVersion to automatically generated...
2012-12-06 Joerg BornemannMSVC: don't use the variable name LINK in generated...
2012-12-05 Oswald Buddenhagencentralize MAKEFILE writeout better
2012-12-03 Oswald BuddenhagenMerge branch 'master' into stable
2012-12-03 Oswald Buddenhagenintroduce QMAKE_RPATHLINKDIR (and QMAKE_LFLAGS_RPATHLINK)
2012-12-03 Sergio AhumadaStop using the name "Trolltech" in QSettings
2012-11-30 Miikka HeikkinenRemove duplicate libraries added via prl files in Windows
2012-11-29 Oswald Buddenhagenfix bootstrapped build
2012-11-28 Oswald Buddenhagenfix non-qmake build of the evaluator
2012-11-28 Thiago MacieiraAdd a -libexecdir option to the configures
2012-11-27 Oswald Buddenhagenassign MAKEFILE even in non-subdirs Makefiles
2012-11-26 Sergio Ahumadaqmake: Change copyright information from Nokia to Digia
2012-11-26 Friedemann KleintEnsure QMAKE_PRL_LIBS is a unique list.
2012-11-23 Joerg Bornemannqmake: do not exclusively lock files for reading on...
2012-11-20 Eskil Abrahamsen... Merge branch 'newdocs'
2012-11-19 Thiago MacieiraAdd a new location for QML 2.x imports
2012-11-19 Kai KoehneMinGW: Don't add version number '0' to the library...
2012-11-13 Oswald Buddenhagencomplain about empty $$TARGET
2012-11-11 Thiago MacieiraAdd -archdatadir and change some of the default install...
2012-11-06 Thiago MacieiraMake it possible to suppress the automatic version...
2012-11-02 Oswald Buddenhagendo not add DEPENDPATH to VPATH
2012-11-02 Jerome PasionMerge branch 'master' of ssh://codereview.qt-project...
2012-11-01 Oswald Buddenhagenrewrite default spec handling
2012-10-26 Tor Arne VestbøMerge remote-tracking branch 'gerrit/master' into newdocs
2012-10-25 Simon HausmannFix qmake's pro file cache to interact correctly with...
2012-10-19 Debao Zhangqmake ExtraCompilerTargets: deal with file name which...
2012-10-19 Tor Arne VestbøMerge remote-tracking branch 'gerrit/master' into newdocs
2012-10-16 Stephen KellyRemove addition of dependencies for static libraries.
2012-10-16 Tor Arne VestbøMerge remote-tracking branch 'gerrit/master' into newdocs
2012-10-13 Joerg Bornemannqmake: fix reversed defines in vcxproj files
2012-10-10 J-P Nurmiqmake: fix .pc install target dir separators on windows
2012-10-09 Stephen KellyGenerate ';' separated libraries in prl files for CMake.
2012-10-08 Pierre RossiTools: add QLibraryInfo to the bootstrapped library.
2012-09-28 Andy ShawMake sure the path is quoted in case it has spaces...
2012-09-27 Andreas HolzammerFail when Windows CE SDK not found
2012-09-27 Andy ShawFix XCode generator for qmake in Qt 5 after recent...
2012-09-27 Andy ShawBring subproject dependencies in line with Makefile...
2012-09-26 Joerg Bornemannqmake: fix overescaped defines in vcxproj files
2012-09-26 Kai Koehneqmake: Fix gcc warning about anonymous type linkage
2012-09-25 Joerg Bornemannqmake: support for Visual Studio 2012 project files...
2012-09-22 Iikka EklundChange copyrights from Nokia to Digia
2012-09-21 Marc MutzUse QStringList::join(QChar) overload where applicable...
2012-09-21 Marc Mutzqmake: add ProStringList::join(QChar)
2012-09-21 Oswald Buddenhagenmake error() abort the qmake run, not just the current...
2012-09-19 Oswald Buddenhagenresolve only one level of symlinks, and only for the...
2012-09-19 Oswald Buddenhagenfold m_qmakespecFull back into m_qmakespec
2012-09-18 Oswald Buddenhagenfix non-bootstrapped $$system()'s line end conversions...
2012-09-18 Oswald Buddenhagendon't allow overloading of built-in functions
2012-09-18 Oswald Buddenhagenremove the entirely insane whitespace compression
2012-09-17 Oswald Buddenhagenfix QMAKE_MANIFEST for shadow builds
2012-09-17 Oswald Buddenhagenproperly C-quote the manifest file name in the rc file
2012-09-17 Oswald Buddenhagenrewrite *_manifest.rc unconditionally
2012-09-17 Sergio Ahumadaqmake: Include own header first
2012-09-13 Oswald Buddenhagenremove support for non-lowercased $$eXpaNd() functions
2012-09-13 Oswald Buddenhagendelete grossly outdate changelog file
2012-09-13 Oswald Buddenhagenbump qmake version
2012-09-13 Oswald Buddenhagenreplace qmake_version() with a simple string literal
2012-09-13 Oswald Buddenhagendon't pretend that break()/next()/return() are functions
2012-09-13 Oswald Buddenhagenimprove parse error recovery paths
2012-09-11 Oswald Buddenhagencompile without CamelCase headers
2012-09-11 Oswald Buddenhagengive location information for QMAKE_SUBSTITUTES conditi...
2012-09-10 Oswald Buddenhagenport qmake to qt creator's qmake language evaluator
2012-09-10 Simon HausmannFix semantics of the src dir in the include search...
2012-09-09 Sergio AhumadaRemoving duplicate includes
2012-09-08 Sergio AhumadaCheck for C++ operators that should be 'const'
2012-09-07 Oswald Buddenhagenfix c string comparison
2012-09-07 Oswald Buddenhagenintroduce qmake variable abstractions
2012-09-05 Oswald Buddenhagenrestore support for QMAKE_LIBDIR_FLAGS
2012-09-05 Oswald Buddenhagenremove pretenses of supporting projects on stdin
2012-09-05 Oswald Buddenhagenmake QMakeMetaInfo a little less inefficient with libto...
2012-09-05 Oswald Buddenhagenpre-initialize more invariant properties
2012-09-05 Oswald Buddenhagenremove QMAKE_MKSPECS property from qmake -query's view
2012-09-03 Oswald Buddenhagenremove handling of QMAKE_FILETAGS
2012-09-03 Oswald Buddenhagenremove unnecessary QMAKESPEC fallback code
2012-09-03 Oswald Buddenhagenremove pretenses of manual dependencies
2012-09-03 Oswald Buddenhagenunbreak "make depend" for shadow builds
2012-09-03 Oswald Buddenhagenunify c*flags in the hand-written makefiles somewhat
2012-09-03 Oswald Buddenhagenfix assignment of MSVCPROJ_TARGET
2012-08-28 Oswald Buddenhagenbeautify string operations
2012-08-28 Oswald Buddenhagenmicro-optimize: use POD-initializable lists of variable...
2012-08-28 Oswald Buddenhagenremove unused checkMultipleDefinition()
2012-08-28 Oswald Buddenhagenremove dead variable assignments
2012-08-27 Miikka HeikkinenRemove automatic drive letter lowercasing from Option... v5.0.0-beta1
2012-08-23 Joerg Bornemannqmake: fix manifest resource for non-trivial target...
2012-08-22 Joerg Bornemannqmake: fix embedding of generated manifests in debug...
2012-08-22 Joerg Bornemannqmake: fix generated rc file for embedding manifests
2012-08-17 Joerg Bornemannqmake: object_with_source feature removed
2012-08-17 Oswald Buddenhagenunbreak "aux" template for mingw & msvc
2012-08-17 Oswald Buddenhagenbeautify "aux" target
2012-08-16 Joerg Bornemannqmake: support incremental linking when embedding manifests
2012-08-14 Oswald Buddenhagenrevamp preparation of command line for qmake calls...
2012-08-14 Oswald Buddenhagenmake command line parser use qt containers
2012-08-14 Oswald Buddenhagentake parsing of qmake mode out of parseCommandLine()
2012-08-14 Oswald Buddenhagenremove rather pointless parameter from parseCommandLine()
2012-08-13 Marius Storm-OlsenSync .pr[oi] with the Makefiles so qmake builds again
2012-08-08 Oswald Buddenhagensupport installs with target dir
2012-08-08 Oswald Buddenhagenreshuffle assembly of install commands as well
next