forked from qt-creator/qt-creator
12 lines
205 B
Plaintext
12 lines
205 B
Plaintext
|
|
shared {
|
||
|
|
DEFINES += DEBUGGER_LIBRARY
|
||
|
|
} else {
|
||
|
|
DEFINES += DEBUGGER_STATIC_LIBRARY
|
||
|
|
}
|
||
|
|
|
||
|
|
HEADERS += \
|
||
|
|
$$PWD/analyzer/diagnosticlocation.h \
|
||
|
|
|
||
|
|
SOURCES += \
|
||
|
|
$$PWD/analyzer/diagnosticlocation.cpp \
|