aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pri
Commit message (Collapse)AuthorAgeFilesLines
* 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.