summaryrefslogtreecommitdiff
path: root/qtcreator.pri
Commit message (Collapse)AuthorAgeFilesLines
* Version bumpEike Ziller2011-11-251-1/+1
| | | | Change-Id: Ic65e1500c3727c26919050cdd5834dc904ad80d0
* Version bumpEike Ziller2011-11-171-1/+1
| | | | Change-Id: I4e95a63b730385bcb83d57b1e324b0edda321286
* Version bump.v2.4.0-rcEike Ziller2011-11-161-1/+1
| | | | Change-Id: Iaa0f01db8f03d078437681d36e0b0e9ae29b7351
* Version bump.Eike Ziller2011-10-201-1/+1
| | | | Change-Id: Ia3d10553312520293ad935812792f9b2a1fd3b7a
* compile with Visual Studio IDE, take 2Oswald Buddenhagen2011-10-181-2/+6
| | | | | | Change-Id: I30147eeb58e44ef137fb25763f6be6b4d247d6c7 Reviewed-by: Robert Löhning <robert.loehning@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* de-obfuscate codeOswald Buddenhagen2011-10-181-6/+2
| | | | | | | | remove pointless condition and join identical branches. Change-Id: Iefe86e580d485cba1a71e2a379781b342d8c75d8 Reviewed-by: Robert Löhning <robert.loehning@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Revert "Compile with Visual Studio IDE: string macros don't need to be escaped"Robert Loehning2011-10-171-5/+2
| | | | | | | | | This reverts commit fe80df7e2ffb9ca334723d13af749c7b3dc973a8. With the above commit, Creator could not be compiled with MSVC 2008. Change-Id: Idf4763fa1996edf3b94b7059b1889e0b4dd74d38 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Compile with Visual Studio IDE: string macros don't need to be escapedPeter Kuemmel2011-10-171-2/+5
| | | | | | | Merge-request: 400 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Change-Id: I81f335b44fe736f3ffc9ba3212de25edf8589dd1
* Version bumpEike Ziller2011-10-171-1/+1
| | | | Change-Id: I5a5079377d043c30c7aabefb2c11a4437ae6c92c
* Merge app_version.h and ide_version.hEike Ziller2011-08-311-0/+1
| | | | | | | Change-Id: I703d4704a3bdf88bd567c92512ee27db6aea043c Reviewed-on: http://codereview.qt.nokia.com/3918 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
* Version bump.con2011-06-291-1/+1
| | | | Change-Id: I6c284e1b18388a2f9e1bad2ef0802b75d5124975
* Merge remote-tracking branch 'origin/2.2'Oswald Buddenhagen2011-03-151-6/+0
|\
| * Make sure plugins on Linux resolve all dependenciesThiago Macieira2011-03-151-6/+0
| | | | | | | | | | | | | | Remove the previous code which hardcoded options and didn't work for linux-icc. Reviewed-By: dt
* | Merge remote branch 'origin/2.2'con2011-03-111-4/+1
|\ \ | |/
| * Symbian: Remove S60devicesTobias Hunger2011-03-101-4/+0
| | | | | | | | | | | | | | | | Remove S60devices and all the code surrounding it. This gets rid of the S60 devices tab in the options dialog, too. Tasknumber: QTCREATORBUG-3681 Reviewed-by: dt
| * clean up DEPENDPATH insanityOswald Buddenhagen2011-03-091-4/+1
| | | | | | | | | | | | | | | | simply add CONFIG += depend_includepath to qtcreator.pri and remove all the manual DEPENDPATHs, as half of them were missing anyway, and i wouldn't expect it to ever change. not touching src/shared/ for syncing reasons.
* | Symbian: Remove S60devicesTobias Hunger2011-03-091-4/+0
| | | | | | | | | | | | | | Remove S60devices and all the code surrounding it. This gets rid of the S60 devices tab in the options dialog, too. Tasknumber: QTCREATORBUG-3681
* | Version bump.con2011-03-071-1/+1
|/
* Implement an external tool container + xml parsing.con2011-02-181-2/+4
|
* Creator: Also warn off undefined symbols on linux-g++dt2011-01-211-1/+1
| | | | Patch by Fabo
* Mac: Explicitly do a 10.5+ build if not doing a tiger compatible build.con2010-11-181-0/+4
| | | | | Qt for some reason doesn't tell the tool chain to require 10.5 when doing a cocoa build but on x86.
* dynamically replace creator version during buildOswald Buddenhagen2010-11-031-0/+2
| | | | | ... instead of running a sed script over a lot of files on each version increment.
* Mac: Use rpath instead of executable_path.con2010-11-011-0/+1
| | | | | | | | Because executable_path and loader_path are just too inflexible for some stuff. The rpath is supposed to be set to the Qt Creator app's Contents folder. Compiling on 10.4 now requires to enter compatibility mode via QTC_TIGER_COMPAT env variable or TIGER_COMPAT_MODE qmake variable.
* QmlDesigner: Improve Qt version check in plugins.proKai Koehne2010-09-291-0/+20
| | | | Reviewed-by: Thomas Hartmann
* add include guard for qtcreator.priOswald Buddenhagen2010-09-101-0/+3
| | | | this also covers the higher-level includes for libs and plugins
* QML Observer: reverted hack, fixed compilation for ibmakeLasse Holmstedt2010-08-051-0/+13
| | | | see 576642a76a6ed6010de633bfcef7f29f9c3f259c for details
* Merge remote branch 'origin/2.0'con2010-06-241-2/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/qtcreator.qdoc src/plugins/help/helpplugin.cpp src/plugins/projectexplorer/projectexplorer.cpp src/plugins/projectexplorer/projectexplorer.h src/plugins/qt4projectmanager/qt-maemo/maemopackagecontents.cpp src/plugins/qt4projectmanager/qt-maemo/maemopackagecontents.h src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.cpp src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationwidget.cpp src/plugins/qt4projectmanager/qt-maemo/maemoruncontrol.cpp src/tools/qml/qmldump/main.cpp
| * Remove LD_LIBRARY_PATH script.dt2010-06-221-2/+1
| | | | | | | | | | | | | | | | Christian Kamm convinced me that it should not have any effect. Reviewed-By: ckamm Task-Nr: QTCREATORBUG-1646
| * Revert disabling of qml support (2.0.0 branch)Kai Koehne2010-06-071-6/+0
| | | | | | | | This reverts commit 5234c775f765a and 210652912b728e9c.
| * Make the QmlJSEditor work when Qml support is disabled.Christian Kamm2010-06-031-0/+6
| | | | | | | | | | | | | | | | - Enable qmlprojectplugin even if Qml support is disabled. - But disable its wizards in that case. - Disable the Qml file wizard if the support is off. Reviewed-by: Kai Koehne
* | 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.