forked from qt-creator/qt-creator
Try to find qobject_p.h, if it exists and use its structures to determine the child offset.
12 lines
186 B
Prolog
12 lines
186 B
Prolog
TEMPLATE = lib
|
|
CONFIG += shared
|
|
linux-* {
|
|
CONFIG -= release
|
|
CONFIG += debug
|
|
}
|
|
SOURCES=gdbmacros.cpp
|
|
|
|
exists($$QMAKE_INCDIR_QT/QtCore/private/qobject_p.h) {
|
|
DEFINES+=HAS_QOBJECT_P_H
|
|
}
|