summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debugger.pro
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-01-15 12:04:23 +0100
committerhjk <hjk121@nokiamail.com>2014-01-15 12:15:52 +0100
commit06f35cbbd0d913df6328923d4301cec68758f272 (patch)
tree37a54f74a64c375e5187769258c80d9550319550 /src/plugins/debugger/debugger.pro
parent846ee38f2b8cba4c6445ebb7adc41b92428cb515 (diff)
downloadqt-creator-06f35cbbd0d913df6328923d4301cec68758f272.tar.gz
Debugger: Split type simplification into file of its own
This still needs to use a proper parser at some time. Change-Id: Ia0afe593dd9dc32f22f80adb7232c04f4db79cf6 Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/debugger/debugger.pro')
-rw-r--r--src/plugins/debugger/debugger.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/debugger/debugger.pro b/src/plugins/debugger/debugger.pro
index c9f794d55d..03b260c6bc 100644
--- a/src/plugins/debugger/debugger.pro
+++ b/src/plugins/debugger/debugger.pro
@@ -72,7 +72,8 @@ HEADERS += \
debuggersourcepathmappingwidget.h \
memoryview.h \
localsandexpressionswindow.h \
- imageviewer.h
+ imageviewer.h \
+ simplifytype.h
SOURCES += \
basewindow.cpp \
@@ -127,7 +128,8 @@ SOURCES += \
debuggersourcepathmappingwidget.cpp \
memoryview.cpp \
localsandexpressionswindow.cpp \
- imageviewer.cpp
+ imageviewer.cpp \
+ simplifytype.cpp
FORMS += \
localsandexpressionsoptionspage.ui