2010-11-09 12:40:36 +01:00
|
|
|
SOURCES += $$PWD/backtrace.cpp \
|
|
|
|
|
$$PWD/cdbsymbolpathlisteditor.cpp
|
|
|
|
|
|
|
|
|
|
HEADERS += $$PWD/backtrace.h \
|
|
|
|
|
$$PWD/cdbsymbolpathlisteditor.h
|
2009-08-31 09:14:04 +02:00
|
|
|
|
2009-03-03 14:01:58 +01:00
|
|
|
INCLUDEPATH+=$$PWD
|
2009-05-19 15:35:18 +02:00
|
|
|
|
2010-11-09 12:56:26 +01:00
|
|
|
win32 {
|
2009-03-04 16:00:43 +01:00
|
|
|
SOURCES += $$PWD/peutils.cpp \
|
2011-01-11 16:17:14 +01:00
|
|
|
$$PWD/dbgwinutils.cpp
|
2009-05-05 09:52:24 +02:00
|
|
|
|
2009-03-04 16:00:43 +01:00
|
|
|
HEADERS += $$PWD/peutils.h \
|
2011-01-11 16:17:14 +01:00
|
|
|
$$PWD/dbgwinutils.h
|
2009-05-05 09:52:24 +02:00
|
|
|
|
2009-05-06 15:05:07 +02:00
|
|
|
contains(QMAKE_CXX, cl) {
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
}
|