forked from qt-creator/qt-creator
Change-Id: I409fd58b3e9bb10de50e18e3658790c73e3fd521 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
22 lines
423 B
Plaintext
22 lines
423 B
Plaintext
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
|
|
}
|
|
|
|
}
|