OSDN Git Service

move the qtcdebugger tool to an appropriate place
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Thu, 4 Jun 2009 17:39:48 +0000 (19:39 +0200)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Mon, 8 Jun 2009 13:55:41 +0000 (15:55 +0200)
share/share.pro
src/src.pro
src/tools/qtcdebugger/main.cpp [moved from share/qtcreator/qtcdebugger/main.cpp with 100% similarity]
src/tools/qtcdebugger/qtcdebugger.pro [moved from share/qtcreator/qtcdebugger/qtcdebugger.pro with 100% similarity]
src/tools/tools.pro [new file with mode: 0644]

index 3bea274..bbf224f 100644 (file)
@@ -1,6 +1,2 @@
 TEMPLATE = subdirs
 SUBDIRS = qtcreator/static.pro qtcreator/translations
-
-win32 {
-  SUBDIRS += qtcreator/qtcdebugger
-}
index 0db231d..2f986ab 100644 (file)
@@ -4,6 +4,5 @@ CONFIG   += ordered
 SUBDIRS = \
     libs \
     app \
-    plugins
-
+    plugins \
+    tools
diff --git a/src/tools/tools.pro b/src/tools/tools.pro
new file mode 100644 (file)
index 0000000..e90b1d6
--- /dev/null
@@ -0,0 +1,2 @@
+TEMPLATE = subdirs
+win32:SUBDIRS = qtcdebugger