summaryrefslogtreecommitdiff
path: root/qtcreator.pri
Commit message (Collapse)AuthorAgeFilesLines
* QmlJS: Fix target directory for qmldump executable on Mac.con2010-06-101-0/+2
| | | | Reviewed-by: ckamm
* Turn Symbian support on for Linux by default.con2010-04-071-2/+2
| | | | Requested-by: Friedemann Kleint
* Fix compiler warnings with MVSC2008Kai Koehne2010-03-171-0/+5
|
* QT_USE_FAST_OPERATOR_PLUS still breaks *some* macs ...Oswald Buddenhagen2010-02-111-1/+1
| | | | ... so just disable it for all macs.
* re-enable QT_USE_FAST_CONCATENATIONOswald Buddenhagen2010-02-081-1/+1
| | | | includes workaround for breakage with old g++
* Reapply unconnected changes from reverted commitKai Koehne2010-02-081-3/+2
| | | | Only revert stuff that is linked to fast string concat.
* Revert "compile everything with QT_USE_FAST_CONCATENATION"Kai Koehne2010-02-081-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_CONCATENATIONOswald Buddenhagen2010-02-051-2/+1
|
* do not break on mingw with sh in PATHOswald Buddenhagen2009-11-241-2/+1
|
* macx: compile doc into the right directory instead of copying it laterOswald Buddenhagen2009-11-241-0/+2
|
* Fix wrong scoping in qtcreator.pridt2009-10-231-4/+4
| | | | Reported-By: Tasuku Suzuki
* Centralize S60 check, also use it for adding the GDB TRK page.Daniel Molkentin2009-10-061-0/+4
|
* It's "Qt Creator" and that should reflect in the App name on Mac.con2009-09-151-1/+1
|
* prepare for use of QStringBuilderhjk2009-06-081-2/+2
|
* debugger: some encoding correctnesshjk2009-05-291-0/+2
|
* Remove logic trying to guess whether it should be lib or lib64.dt2009-05-121-3/+3
| | | | Instead use qmake IDE_LIBRARY_BASENAME=lib64 to set it to lib64.
* Make it possible to override IDE_BUILD_TREE.con2009-05-111-4/+6
| | | | | This is helpfull for building plugins from outside the QtCreator source tree.
* beautify installation of pluginspecsOswald Buddenhagen2009-05-061-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 detectionOswald Buddenhagen2009-05-061-0/+2
|
* use IDE_APP_PATH more, introduce IDE_LIBEXEC_PATHOswald Buddenhagen2009-05-061-3/+5
| | | | IDE_LIBEXEC_PATH is still the bindir, so it's kinda fake. oh, well.
* automate setting IDE_BUILD_TREEOswald Buddenhagen2009-05-061-6/+5
|
* revamp build systemOswald Buddenhagen2009-04-201-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.