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
|
||||
|
||||
Reference in New Issue
Block a user