diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-06-04 19:39:48 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-06-08 15:55:41 +0200 |
commit | 71ff4913ea5b0bb2aaf3c22dd764daf623cbacc8 (patch) | |
tree | e6bf83298ff541991e7203c5a11794ed7f02c3c8 /src/src.pro | |
parent | 289d6f8596e307372a10e3b3851ea44f6be6fddb (diff) | |
download | qt-creator-71ff4913ea5b0bb2aaf3c22dd764daf623cbacc8.tar.gz |
move the qtcdebugger tool to an appropriate place
Diffstat (limited to 'src/src.pro')
-rw-r--r-- | src/src.pro | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/src.pro b/src/src.pro index 0db231df31..2f986ab2e1 100644 --- a/src/src.pro +++ b/src/src.pro @@ -4,6 +4,5 @@ CONFIG += ordered SUBDIRS = \ libs \ app \ - plugins - - + plugins \ + tools |