summaryrefslogtreecommitdiffstats
path: root/configure.exe
Commit message (Collapse)AuthorAgeFilesLines
* rebuild configure.exeOswald Buddenhagen2014-03-211-0/+0
| | | | | | | | | 95f256d: Remove incorrect check for mingw 64 bit 51f77e9: Fix detection of mingw gcc >=4.6 Change-Id: I8e5a7ac1e8c76f346f58e44cf5b9eb781a1ac4c7 Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* rebuild configure.exeJoerg Bornemann2014-01-211-0/+0
| | | | | Change-Id: I3e1cdb9462921a49d37637c8c0ce788208ee200c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* rebuild configure.exeOswald Buddenhagen2013-05-251-0/+0
| | | | | | | | | | | | | | | | 583f6e1: Disabling largefile support for WinCE 2bba0ea: Avoid macro re-definition after 65bd0bd1f04 45a277c: Fix url about evaluation license e80d7bb: unmess CONFIG/QT_CONFIG static/shared e5735c9b: Update copyright year in Digia's license headers f7e9417: fix -inotify option e5e5238: add inotify command line switch 69b918f: Fix syntax error on configure.exe source code. deca010: Use slogger2 for logging on Blackberry instead of writing to stderr Change-Id: I5ed9540aa3841be05926669cdc40afd608f69a37 Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* Avoid macro re-definition after 65bd0bd1f047f6db6d67a8f089a9a409354b95a1Konstantin Ritt2013-04-241-0/+0
| | | | | | | based on qt5/qtbase: a9ba92740670ddbbcb0c68f80ad1a18cf2ff0598 Change-Id: Ie036d502950f5e3c0b0297d480af6cfd351e3db0 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* rebuild configureOswald Buddenhagen2012-11-061-0/+0
| | | | | | | | | d7e922e6: QtNetwork: introduce configure switch to use system proxies by default 343f559b: Support other platform names on configure.exe Change-Id: I2fc57d4ce36469bfe2b7c088375371d229bf8c7d Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* rebuild configureOswald Buddenhagen2012-10-171-0/+0
| | | | | | Change-Id: I97c71a3f9a2190edeac7c21f873b1140729e3d81 Reviewed-by: Juhani Taipale <juhani.taipale@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* rebuild configureOswald Buddenhagen2012-08-311-0/+0
| | | | | | | | | ... again. Change-Id: I0b36c25373bdb3842dd41df598804310e502acb1 Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Juhani Taipale <juhani.taipale@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* rebuild configureOswald Buddenhagen2012-08-151-0/+0
| | | | | | Change-Id: I4dbe8cb9b777b141e9e147277c7a424739d40926 Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* rebuild configureOswald Buddenhagen2012-03-201-0/+0
| | | | | | Change-Id: Iecd72971c2cb825cfb4d1ab3c0110feb9df1f854 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
* rebuild configureJoerg Bornemann2012-01-171-0/+0
| | | | | | Built from: 07f5ae8648f1b619ccb55989745fc44088a62685 Change-Id: I7d06600a76f9d88488e092df9dabcc8aa8f1187a Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* Rebuild configure.exe with support for MinGW 4.6Friedemann Kleint2011-11-161-0/+0
| | | | See d4150975af620e2889cc58bd476bac6b4d101db3
* Updated configure.exe to build webkit properly.Alexis Menard2011-06-011-0/+0
| | | | Reviewed by: Andreas Kling
* rebuild configureOswald Buddenhagen2011-05-051-0/+0
|
* rebuild configureOswald Buddenhagen2011-03-311-0/+0
|
* rebuild configureOswald Buddenhagen2011-01-111-0/+0
|
* rebuild configureOswald Buddenhagen2010-12-031-0/+0
|
* rebuild configure.exeOswald Buddenhagen2010-10-051-0/+0
|
* Make qml debugging work with command line argumentsLasse Holmstedt2010-09-171-0/+0
| | | | | | | | | | The environment variables do not work for Symbian devices, so without this change, QML debugging cannot be done on them. In addition, configure now contains an option to disable qml debugging entirely, due to it being a major security risk. Reviewed-by: kkoehne
* rebuild configure.exePeter Hartmann2010-09-031-0/+0
| | | | after change 0c7d5d10615, "Symbian: Disable IPv6 for now"
* New binary of configure.exe with -mp/-no-mp optionMarius Storm-Olsen2010-09-021-0/+0
| | | | Reviewed-by: trustme
* fix build after first webkit self-injection attemptOswald Buddenhagen2010-08-231-0/+0
| | | | | | | | | | | | | | | it didn't work for several reasons: - if the configures don't add webkit to QT_CONFIG, src.pro doesn't even know that it needs to build WebKit at all, so WebKit would never inject itself into the build. hen-and-egg problem. - the in-Qt build doesn't use WebKit.pro in the first place, so a proper recursive qmake would never create qt_webkit_version.pri. it worked under unix because configure collects all project files irrespective of the actual SUBDIRS structure. - a proper recursive qmake will cache the qt config, so the injection wouldn't be effective during the first qmake run so instead let the configures copy the pri file.
* fix loading of module configsOswald Buddenhagen2010-08-111-0/+0
| | | | | | | | | | | do it in qt_config.prf instead of in the autogenerated qconfig.pri files. this is waaaay more elegant, and allows us to easily use the magic in that file which avoids loading qt configuration from the qt install dir while building qt itself. Reviewed-by: joerg Reviewed-by: Simon Hausmann Task-number: QTBUG-12698
* Add support for -runtimegraphicssystem configure optionJason Barron2010-08-041-0/+0
| | | | | | | | | | | It has been requested that we provide a configuration option to specify the default "inner" graphics system that should be used when the runtime graphics system is in use. The argument specified to the option is written to the qconfig.h as QT_DEFAULT_RUNTIME_SYSTEM and this is used to instantiate the default graphics system that will be used by the runtime graphics system. Reviewed-by: Gunnar Sletta
* rebuild configure.exeJoerg Bornemann2010-07-211-0/+0
|
* Check in the correct configure.exeDaniel Molkentin2010-07-191-0/+0
| | | | Reviewed-By: Alessandro Portale
* Rebuilt configure.exeDaniel Molkentin2010-07-191-0/+0
|
* Rebuild configure.exe.Jason McDonald2010-07-171-0/+0
|
* rebuild configureOswald Buddenhagen2010-07-031-0/+0
|
* fix & unify path separator escapingOswald Buddenhagen2010-05-271-0/+0
| | | | Reviewed-by: mauricek
* Rebuild configure.exeAndrew den Exter2010-05-181-0/+0
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Andrew den Exter2010-05-181-0/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.exe src/imports/multimedia/qdeclarativeaudio.cpp src/imports/multimedia/qdeclarativeaudio_p.h src/multimedia/mediaservices/mediaservices.pro src/plugins/mediaservices/mediaservices.pro src/plugins/mediaservices/symbian/mediaplayer/s60audioplayersession.h src/plugins/mediaservices/symbian/mediaplayer/s60videoplayersession.h src/s60installs/s60installs.pro src/src.pro
| * Fix build key on Windows with MinGW.Daniel Molkentin2010-05-051-0/+0
| | | | | | | | | | | | Also, rebuilt configure.exe Reviewed-by: Thiago Macieira
| * correct misleading note in configure on WindowsPeter Hartmann2010-05-051-0/+0
| | | | | | | | | | | | | | the option given in the note would not work if used as described. Reviewed-by: Zeno Albisser Task-number: QTBUG-2089
* | Rebuild configure following the removal of media services.Andrew den Exter2010-05-181-0/+0
|/
* Rebuild configure.exe with updated symbian media backend check.Andrew den Exter2010-04-291-0/+0
|
* New configure.exe binaryMarius Storm-Olsen2010-04-211-0/+0
|
* Rebuild configure.exe following e85223d233c0e1d6beca748332b8fbaba3ebbf2dAndrew den Exter2010-04-161-0/+0
|
* configure.exe: Fix inverted logicMarius Storm-Olsen2010-03-111-0/+0
| | | | Reviewed-by: Rohan McGovern
* Make configure.exe fail for declarative if no script supportMarius Storm-Olsen2010-03-101-0/+0
| | | | | | | If the user tells configure not to compile QtScript, then fail if the user wants QtDeclarative or QtScriptTools Reviewed-by: Jørgen Lind
* Rebuild configure.exe (again enable QtDeclarative module by default)Kai Koehne2010-03-101-0/+0
| | | | Commit ad341d61 seems to have integrated a configure.exe from 4.6.
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-0/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.exe examples/multimedia/audioinput/audioinput.cpp src/corelib/io/qfsfileengine.cpp src/gui/egl/qegl_wince.cpp src/gui/egl/qeglproperties.cpp src/gui/egl/qeglproperties_p.h src/gui/embedded/directfb.pri src/gui/kernel/qapplication_win.cpp src/gui/painting/qdrawutil.cpp src/opengl/qgl_p.h src/sql/drivers/odbc/qsql_odbc.cpp src/sql/drivers/odbc/qsql_odbc.h tests/auto/auto.pro tests/auto/qgl/tst_qgl.cpp translations/assistant_adp_ru.ts
| * fix "configure -fast" on Windows for other maketools than nmakeJoerg Bornemann2010-02-261-0/+0
| | | | | | | | | | Task-number: QTBUG-8562 Reviewed-by: ossi
* | Merge remote branch 'origin/master' into berlin-masterJoerg Bornemann2010-02-261-0/+0
|\ \ | | | | | | | | | | | | Conflicts: configure.exe
| * | Rebuild since -declarative auto detection changed.Martin Jones2010-02-261-0/+0
| | |
* | | fix "configure -fast" on Windows for other maketools than nmakeJoerg Bornemann2010-02-261-0/+0
|/ / | | | | | | | | Task-number: QTBUG-8562 Reviewed-by: ossi
* | Rebuild configure.exeAndrew den Exter2010-02-241-0/+0
|/
* Modified configure to detect SDK support for Symbian audio backendGareth Stockwell2010-02-181-0/+0
| | | | | | This version of configure.exe was compiled with MSVC 9.0. Reviewed-by: Miikka Heikkinen
* Fix handling of Evaluation licenses on the Windows configure.exeThiago Macieira2010-02-171-0/+0
| | | | Reviewed-By: Marius Storm-Olsen
* Further bug fixes for enable/disables DEF files mechanism on SymbianIain2010-02-041-0/+0
| | | | | | | | | | | | | | | | | | | | Fix bug where all target types, including apps, plugins and static libraries were getting DEFFILE statements - now it's just libraries that get it. Fix bug where duplicate DEFFILE blocks were being added to projects that manually specified their own DEFFILE - this now tests for the qmake variable "defBlock" being set, and doesn't add additional DEFFILE statements if it is. NOTE: This means that adding DEFFILE statements to MMP_RULES manually should be done by creating a variable called defBlock, and adding that to the MMP_RULES (ie. MMP_RULES += defBlock) Fix bug in configure.exe, where using -nokia-developer for Windows builds would warn about Symbian DEF file usage (or lack thereof) Reviewed-by: Janne Koskinen Reviewed-by: Jason Barron
* Revert "Update default FPU flags on Symbian to be softvfp+vfpv2"Iain2010-02-021-0/+0
| | | | | | | | | | | | RVCT2.2 build 686 crashes when compiling the drawhelpers with VFPv2 enabled. Until compiler workaround found, back out the change. This reverts commit 297e84fcfed524687455d3d94161bf2a32f62d37. Conflicts: configure.exe