forked from qt-creator/qt-creator
debugger: fix dumper building on 'release' Qts
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
TEMPLATE = lib
|
||||
CONFIG += shared
|
||||
linux-* {
|
||||
CONFIG -= release
|
||||
CONFIG += debug
|
||||
}
|
||||
SOURCES=gdbmacros.cpp
|
||||
|
Reference in New Issue
Block a user