Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QmlJS: Fix target directory for qmldump executable on Mac. | con | 2010-06-10 | 1 | -0/+2 |
| | | | | Reviewed-by: ckamm | ||||
* | Turn Symbian support on for Linux by default. | con | 2010-04-07 | 1 | -2/+2 |
| | | | | Requested-by: Friedemann Kleint | ||||
* | Fix compiler warnings with MVSC2008 | Kai Koehne | 2010-03-17 | 1 | -0/+5 |
| | |||||
* | QT_USE_FAST_OPERATOR_PLUS still breaks *some* macs ... | Oswald Buddenhagen | 2010-02-11 | 1 | -1/+1 |
| | | | | ... so just disable it for all macs. | ||||
* | re-enable QT_USE_FAST_CONCATENATION | Oswald Buddenhagen | 2010-02-08 | 1 | -1/+1 |
| | | | | includes workaround for breakage with old g++ | ||||
* | Reapply unconnected changes from reverted commit | Kai Koehne | 2010-02-08 | 1 | -3/+2 |
| | | | | Only revert stuff that is linked to fast string concat. | ||||
* | Revert "compile everything with QT_USE_FAST_CONCATENATION" | Kai Koehne | 2010-02-08 | 1 | -1/+2 |
| | | | | | | | | | | | | | | This reverts commit e70530c5ad85c1c44fca99be04d5e37043d3baca. It did break builds on older gcc versions (gcc 4.1.2 64 bit Linux, gcc 4.0.1 on Mac OS X): parser/qmljsgrammar_p.h: In static member function ???static int QmlJSGrammar::nt_action(int, int)???: parser/qmljsgrammar_p.h:188: error: ???QmlJSGrammar::<anonymous enum>??? is/uses anonymous type parser/qmljsgrammar_p.h:188: error: trying to instantiate ???template<class T> struct QConcatenable??? ... | ||||
* | compile everything with QT_USE_FAST_CONCATENATION | Oswald Buddenhagen | 2010-02-05 | 1 | -2/+1 |
| | |||||
* | do not break on mingw with sh in PATH | Oswald Buddenhagen | 2009-11-24 | 1 | -2/+1 |
| | |||||
* | macx: compile doc into the right directory instead of copying it later | Oswald Buddenhagen | 2009-11-24 | 1 | -0/+2 |
| | |||||
* | Fix wrong scoping in qtcreator.pri | dt | 2009-10-23 | 1 | -4/+4 |
| | | | | Reported-By: Tasuku Suzuki | ||||
* | Centralize S60 check, also use it for adding the GDB TRK page. | Daniel Molkentin | 2009-10-06 | 1 | -0/+4 |
| | |||||
* | It's "Qt Creator" and that should reflect in the App name on Mac. | con | 2009-09-15 | 1 | -1/+1 |
| | |||||
* | prepare for use of QStringBuilder | hjk | 2009-06-08 | 1 | -2/+2 |
| | |||||
* | debugger: some encoding correctness | hjk | 2009-05-29 | 1 | -0/+2 |
| | |||||
* | Remove logic trying to guess whether it should be lib or lib64. | dt | 2009-05-12 | 1 | -3/+3 |
| | | | | Instead use qmake IDE_LIBRARY_BASENAME=lib64 to set it to lib64. | ||||
* | Make it possible to override IDE_BUILD_TREE. | con | 2009-05-11 | 1 | -4/+6 |
| | | | | | This is helpfull for building plugins from outside the QtCreator source tree. | ||||
* | beautify installation of pluginspecs | Oswald Buddenhagen | 2009-05-06 | 1 | -0/+14 |
| | | | | | | | | | use the data copying custom compiler approach here, too. this leaves more work to qmake, which is good. on the upside, pluginspecs will be installed when they change without having force a re-link of the plugin itself. on the downside, installation of a pluginspec will force a re-link of the plugin. oh, well - you can't have it all (with qmake) ... | ||||
* | fix shadow build detection | Oswald Buddenhagen | 2009-05-06 | 1 | -0/+2 |
| | |||||
* | use IDE_APP_PATH more, introduce IDE_LIBEXEC_PATH | Oswald Buddenhagen | 2009-05-06 | 1 | -3/+5 |
| | | | | IDE_LIBEXEC_PATH is still the bindir, so it's kinda fake. oh, well. | ||||
* | automate setting IDE_BUILD_TREE | Oswald Buddenhagen | 2009-05-06 | 1 | -6/+5 |
| | |||||
* | revamp build system | Oswald Buddenhagen | 2009-04-20 | 1 | -0/+89 |
now bin and share are not pegged to linking the executable any more, but are proper subdirs targets of their own. unforturnately, qmake is a bit tenacious, so we hack around a bit. :) more or less in passing by, i removed some superfluous trailing slashes and added path normalization as well. |