forked from qt-creator/qt-creator
Fixes: debugger: build dumpers into "global" lib, too
This commit is contained in:
9
src/plugins/debugger/dumper.pro
Normal file
9
src/plugins/debugger/dumper.pro
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
TEMPLATE = lib
|
||||
TARGET = Dumper
|
||||
CONFIG += shared
|
||||
DESTDIR = ../../../bin
|
||||
include(../../qworkbenchlibrary.pri)
|
||||
|
||||
SOURCES += ../../../share/qtcreator/gdbmacros/gdbmacros.cpp
|
||||
|
||||
@@ -28,7 +28,8 @@ SUBDIRS = plugin_coreplugin \
|
||||
plugin_cmakeprojectmanager \
|
||||
plugin_fakevim \
|
||||
plugin_designer \
|
||||
plugin_resourceeditor
|
||||
plugin_resourceeditor \
|
||||
debugger/dumper.pro
|
||||
|
||||
plugin_coreplugin.subdir = coreplugin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user