diff options
author | hjk <[email protected]> | 2013-01-24 16:33:17 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2013-01-25 13:54:34 +0100 |
commit | b6f187d0f2ea9c356fe14a441bdc77e306f20fb7 (patch) | |
tree | 1b0d1f43691057ed6976935405c0007b563b6544 /src/plugins/debugger/debugger.pro | |
parent | fb502785215817878f07d9e771f2f6e2a4481613 (diff) |
Debugger: split editor related code off watchutils.{h,cpp}
This is now in sourceutils.{h,cpp} to make watchutils.{h,cpp}
better acessible to the debugger auto-tests.
Change-Id: Ie87e715bc7018ca190a460c37dfd19bc897059f0
Reviewed-by: Friedemann Kleint <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debugger.pro')
-rw-r--r-- | src/plugins/debugger/debugger.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/debugger/debugger.pro b/src/plugins/debugger/debugger.pro index eb9e101e716..0ca196b27fe 100644 --- a/src/plugins/debugger/debugger.pro +++ b/src/plugins/debugger/debugger.pro @@ -57,6 +57,7 @@ HEADERS += \ sourceagent.h \ sourcefileshandler.h \ sourcefileswindow.h \ + sourceutils.h \ stackframe.h \ stackhandler.h \ stackwindow.h \ @@ -107,6 +108,7 @@ SOURCES += \ sourceagent.cpp \ sourcefileshandler.cpp \ sourcefileswindow.cpp \ + sourceutils.cpp \ stackhandler.cpp \ stackwindow.cpp \ threadshandler.cpp \ |