Fixes: debugger: build dumpers into "global" lib, too

This commit is contained in:
hjk
2009-03-11 15:44:53 +01:00
parent 8958a079b5
commit d259c4292a
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
TEMPLATE = lib
TARGET = Dumper
CONFIG += shared
DESTDIR = ../../../bin
include(../../qworkbenchlibrary.pri)
SOURCES += ../../../share/qtcreator/gdbmacros/gdbmacros.cpp

View File

@@ -28,7 +28,8 @@ SUBDIRS = plugin_coreplugin \
plugin_cmakeprojectmanager \ plugin_cmakeprojectmanager \
plugin_fakevim \ plugin_fakevim \
plugin_designer \ plugin_designer \
plugin_resourceeditor plugin_resourceeditor \
debugger/dumper.pro
plugin_coreplugin.subdir = coreplugin plugin_coreplugin.subdir = coreplugin