forked from qt-creator/qt-creator
move the qtcdebugger tool to an appropriate place
This commit is contained in:
@@ -1,6 +1,2 @@
|
|||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
SUBDIRS = qtcreator/static.pro qtcreator/translations
|
SUBDIRS = qtcreator/static.pro qtcreator/translations
|
||||||
|
|
||||||
win32 {
|
|
||||||
SUBDIRS += qtcreator/qtcdebugger
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -4,6 +4,5 @@ CONFIG += ordered
|
|||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
libs \
|
libs \
|
||||||
app \
|
app \
|
||||||
plugins
|
plugins \
|
||||||
|
tools
|
||||||
|
|
||||||
|
|||||||
2
src/tools/tools.pro
Normal file
2
src/tools/tools.pro
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
TEMPLATE = subdirs
|
||||||
|
win32:SUBDIRS = qtcdebugger
|
||||||
Reference in New Issue
Block a user