2010-11-09 12:40:36 +01:00
|
|
|
SOURCES += $$PWD/backtrace.cpp \
|
2011-11-03 12:01:50 +01:00
|
|
|
$$PWD/cdbsymbolpathlisteditor.cpp \
|
|
|
|
|
$$PWD/hostutils.cpp
|
2010-11-09 12:40:36 +01:00
|
|
|
|
|
|
|
|
HEADERS += $$PWD/backtrace.h \
|
2011-11-03 11:29:02 +01:00
|
|
|
$$PWD/cdbsymbolpathlisteditor.h \
|
2011-11-03 12:01:50 +01:00
|
|
|
$$PWD/hostutils.h
|
2009-08-31 09:14:04 +02:00
|
|
|
|
2011-11-03 12:01:50 +01:00
|
|
|
INCLUDEPATH += $$PWD
|
2009-05-19 15:35:18 +02:00
|
|
|
|
2010-11-09 12:56:26 +01:00
|
|
|
win32 {
|
2009-05-05 09:52:24 +02:00
|
|
|
|
2011-11-03 12:01:50 +01:00
|
|
|
SOURCES += $$PWD/peutils.cpp
|
2011-11-03 11:29:02 +01:00
|
|
|
HEADERS += $$PWD/peutils.h
|
2009-05-05 09:52:24 +02:00
|
|
|
|
2011-04-05 15:07:16 +02:00
|
|
|
win32-msvc* {
|
2009-05-06 15:05:07 +02:00
|
|
|
# For the Privilege manipulation functions in sharedlibraryinjector.cpp.
|
2010-11-09 12:56:26 +01:00
|
|
|
LIBS += -ladvapi32
|
2010-01-29 21:33:57 +01:00
|
|
|
}
|
2009-05-19 15:35:18 +02:00
|
|
|
|
|
|
|
|
}
|