summaryrefslogtreecommitdiff
path: root/src/libs/utils/utils-lib.pri
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2012-02-17 19:05:11 +0100
committerhjk <qthjk@ovi.com>2012-02-21 12:21:38 +0100
commit503c6e2684e85cbb8363d885d473aeac0f51cbe5 (patch)
treeec45336abd3851b26a22b96dda1c4625c8cb239d /src/libs/utils/utils-lib.pri
parentd39bd871ca4475f30833c9fb4c9a56b2e8ce945c (diff)
downloadqt-creator-503c6e2684e85cbb8363d885d473aeac0f51cbe5.tar.gz
projectexplorer: Make the debugger language chooser a (hardcoded) "aspect"
This is the first step of a larger refactoring. The plan is to make debuggersettings more orthogonal to individual runconfiguration implementation. This patch alone already pushes the settings handling to the debugger plugin and removes code duplication in the runconfiguration implementation. Change-Id: I4c78d1658ea462d3df14b873f8f41cc918a23f1a Reviewed-by: Daniel Teske <daniel.teske@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/libs/utils/utils-lib.pri')
-rw-r--r--src/libs/utils/utils-lib.pri2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/utils/utils-lib.pri b/src/libs/utils/utils-lib.pri
index a422fff4fd..b77fbc67d8 100644
--- a/src/libs/utils/utils-lib.pri
+++ b/src/libs/utils/utils-lib.pri
@@ -59,7 +59,6 @@ SOURCES += $$PWD/environment.cpp \
$$PWD/htmldocextractor.cpp \
$$PWD/navigationtreeview.cpp \
$$PWD/crumblepath.cpp \
- $$PWD/debuggerlanguagechooser.cpp \
$$PWD/historycompleter.cpp \
$$PWD/buildablehelperlibrary.cpp \
$$PWD/annotateditemdelegate.cpp \
@@ -160,7 +159,6 @@ HEADERS += \
$$PWD/htmldocextractor.h \
$$PWD/navigationtreeview.h \
$$PWD/crumblepath.h \
- $$PWD/debuggerlanguagechooser.h \
$$PWD/historycompleter.h \
$$PWD/buildablehelperlibrary.h \
$$PWD/annotateditemdelegate.h \