summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/qt4projectmanagerconstants.h
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2009-03-25 15:18:37 +0100
committerdt <qtc-committer@nokia.com>2009-03-25 15:18:37 +0100
commite21a74cb35e37c178e4ad02bea0fab269dbf76cf (patch)
treeed6f8c4fb050f6ed5d861d80bff0046d00b5724f /src/plugins/qt4projectmanager/qt4projectmanagerconstants.h
parentc964d64d34aa68f55537e854558bae9a9c99ff76 (diff)
downloadqt-creator-e21a74cb35e37c178e4ad02bea0fab269dbf76cf.tar.gz
Change the way the debugging library is build and found, yet again.
We used to build a helper library as part of the project. First with the qmake -after SOURCES= stuff and after until now with the gdbmacrosbuildstep. Now, the all new and fancy integretation directtly into the qt version dialog. You build the debugger library once for each qt version and then it's there ready to be loaded into each project build against that qt version. Saves a lot of time. And makes it possible to also load that library into while debuggign a cmake project. (Need to hook that up now.) Unfourtanetly this breaks the custom dumpers if you use a custom run executable.
Diffstat (limited to 'src/plugins/qt4projectmanager/qt4projectmanagerconstants.h')
-rw-r--r--src/plugins/qt4projectmanager/qt4projectmanagerconstants.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qt4projectmanager/qt4projectmanagerconstants.h b/src/plugins/qt4projectmanager/qt4projectmanagerconstants.h
index f916effd0c..14f77bdbbb 100644
--- a/src/plugins/qt4projectmanager/qt4projectmanagerconstants.h
+++ b/src/plugins/qt4projectmanager/qt4projectmanagerconstants.h
@@ -71,7 +71,6 @@ const char * const GC_COMPILER = "Qt4.Compiler";
// qmakestep
const char * const QMAKESTEP = "trolltech.qt4projectmanager.qmake";
const char * const MAKESTEP = "trolltech.qt4projectmanager.make";
-const char * const GDBMACROSBUILDSTEP = "trolltech.qt4projectmanager.gdbmaros";
const char * const QT4RUNSTEP = "trolltech.qt4projectmanager.qt4runstep";
const char * const DEPLOYHELPERRUNSTEP = "trolltech.qt4projectmanager.deployhelperrunstep";