2009-05-06 16:02:06 +02:00
|
|
|
include(../../qworkbenchlibrary.pri)
|
2009-03-11 15:44:53 +01:00
|
|
|
|
|
|
|
|
TEMPLATE = lib
|
2009-04-07 16:39:17 +02:00
|
|
|
TARGET = DebuggingHelper
|
2009-03-11 15:44:53 +01:00
|
|
|
CONFIG += shared
|
|
|
|
|
DESTDIR = ../../../bin
|
|
|
|
|
|
2009-04-17 16:51:49 +02:00
|
|
|
linux-* {
|
|
|
|
|
CONFIG -= release
|
|
|
|
|
CONFIG += debug
|
2009-04-20 15:46:31 +02:00
|
|
|
# The following line works around a linker issue with gcc 4.1.2
|
|
|
|
|
QMAKE_CXXFLAGS *= -O2
|
2009-04-17 16:51:49 +02:00
|
|
|
}
|
|
|
|
|
|
2009-03-11 15:44:53 +01:00
|
|
|
SOURCES += ../../../share/qtcreator/gdbmacros/gdbmacros.cpp
|
|
|
|
|
|