summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/default_pre.prf
Commit message (Expand)AuthorAgeFilesLines
* fix up detection code for compiler defaulting to c++98Oswald Buddenhagen2016-08-191-2/+0
* Set QMAKE_DEFAULT_INC/LIBDIRS on MSVCLars Knoll2016-07-131-0/+5
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-07-011-1/+1
|\
| * fix default inc/lib path detection on msysOswald Buddenhagen2016-06-281-1/+1
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-3/+4
|\|
| * fix detection of default incdirs on macOswald Buddenhagen2016-06-171-3/+4
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-171-0/+41
|\|
| * Determine the compiler's default include and lib directories at qmake timeKai Koehne2016-05-241-0/+41
* | Remove the c++default testLars Knoll2016-03-151-1/+1
|/
* Turn C++11 on by default if the compiler supports C++11Thiago Macieira2015-10-161-0/+2
* Run license checker in qmakeKai Koehne2015-05-271-0/+15
* remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-171-1/+1
* add some docu about the project loading sequenceOswald Buddenhagen2012-12-131-0/+4
* Automatically import plugins in all applications with static QtMiikka Heikkinen2012-12-111-1/+4
* re-enable "check" targets for all projects, but with opt-out possibilityOswald Buddenhagen2012-12-111-1/+1
* centralize doc target related codeOswald Buddenhagen2012-12-021-5/+0
* move QMAKEMODULES addition to .qmake.super to qt_build_config.prfOswald Buddenhagen2012-10-261-14/+0
* move syncqt call to qt_module_headers.prfOswald Buddenhagen2012-09-211-15/+0
* move syncqt -check-includes handling to default_pre.prfOswald Buddenhagen2012-09-111-0/+2
* enable depend_includepath by defaultOswald Buddenhagen2012-09-081-1/+1
* put the include/ of all modules into qtbase when doing non-prefix buildOswald Buddenhagen2012-07-181-0/+3
* remove support for forwarding module pri creation via syncqtOswald Buddenhagen2012-07-161-15/+11
* remove support for syncqt-based config testsOswald Buddenhagen2012-07-121-3/+0
* let default_pre add modules to the qmake pathOswald Buddenhagen2012-06-191-1/+3
* do not route qtmodule-configtests invocation through syncqtOswald Buddenhagen2012-06-191-1/+4
* make qmake module path configurable separatelyOswald Buddenhagen2012-06-191-1/+4
* write forwarding pris to $outpath/mkspecs/modulesOswald Buddenhagen2012-06-191-1/+1
* remove useless variable assignmentOswald Buddenhagen2012-06-191-3/+0
* rename QMAKE_SYNCQT_OUTDIR => MODULE_BASE_OUTDIROswald Buddenhagen2012-06-191-2/+2
* simplify code which determines how/where to create forwarding prisOswald Buddenhagen2012-06-191-29/+6
* move $QTDIR handling out of syncqtOswald Buddenhagen2012-06-191-2/+2
* move moc, rcc and uic CONFIG additions to the respective qt modulesOswald Buddenhagen2012-06-191-2/+1
* Revert "make default_pro.prf advertize dynamically created .qmake.cache"Oswald Buddenhagen2012-06-191-3/+0
* turn off exceptions by default where they aren't requiredLars Knoll2012-05-171-1/+1
* Set QMAKE_DOCS_INSTALLDIR to $$[QT_INSTALL_DOCS] to allow overriding in .proMarius Storm-Olsen2012-05-151-0/+5
* another attempt at solving the popping up of .qmake.cache problemOswald Buddenhagen2012-03-091-1/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-2/+2
|\
| * revamp -sysroot and -hostprefix handlingOswald Buddenhagen2012-03-011-2/+2
* | don't announce a dynamic .qmake.cache if we don't actually create oneOswald Buddenhagen2012-03-021-3/+4
* | make default_pro.prf advertize dynamically created .qmake.cacheOswald Buddenhagen2012-03-011-0/+3
|/
* mkspecs: Case-insensitive check of paths on Windows.Friedemann Kleint2011-11-181-3/+10
* Allow overriding the output dir when running syncqtTor Arne Vestbø2011-11-161-1/+2
* Add rudimentary config.test support when configuring modules.Michael Goddard2011-07-221-1/+1
* Make sure we only run syncqt for the non-buildpass casesMarius Storm-Olsen2011-07-211-1/+1
* Ensure we pass -developer-build to syncqt for -nokia-developer buildsMarius Storm-Olsen2011-06-111-5/+13
* Make qmake slightly more verbose with its syncqt output.axis2011-06-061-3/+5
* Implemented module-local caching of module profiles.axis2011-06-031-2/+6
* Don't base QTDIR detection on .qmake.cache.axis2011-06-031-7/+0
* Do not continue if syncqt fails.Lincoln Ramsay2011-05-251-1/+5
* Made sure syncqt gets called correctly even if it is not in the PATH.axis2011-04-271-1/+2