aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerunittestfiles.pri
blob: 1168b5af817bbece4baeeb1352a27c8f9f23644c (plain)
1
2
3
4
5
6
7
8
9
10
11
shared {
    DEFINES += DEBUGGER_LIBRARY
} else {
    DEFINES += DEBUGGER_STATIC_LIBRARY
}

HEADERS += \
    $$PWD/analyzer/diagnosticlocation.h \

SOURCES += \
    $$PWD/analyzer/diagnosticlocation.cpp \