aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/shared/shared.pri
blob: ef3057ed6f6d8d7c107a1259ada7548e1a1f8a14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SOURCES += $$PWD/backtrace.cpp \
           $$PWD/cdbsymbolpathlisteditor.cpp \
           $$PWD/hostutils.cpp

HEADERS += $$PWD/backtrace.h \
           $$PWD/cdbsymbolpathlisteditor.h \
           $$PWD/hostutils.h

INCLUDEPATH += $$PWD

win32 {

SOURCES += $$PWD/peutils.cpp
HEADERS += $$PWD/peutils.h

win32-msvc* {
#   For the Privilege manipulation functions in sharedlibraryinjector.cpp.
    LIBS += -ladvapi32
}

}