0b2b32af10
edb (Evan's Debugger) is a cross platform x86/x86-64 debugger. It was inspired by OllyDbg, but aims to function on x86 and x86-64 as well as multiple OS's. Linux is the only officially supported platform at the moment, but FreeBSD, OpenBSD, OSX and Windows ports are underway with varying degrees of functionality. WWW: http://codef00.com/projects#debugger PR: based on ports/170779 Submitted by: HU Dong <itechbear at gmail.com>
18 lines
503 B
Text
18 lines
503 B
Text
--- ./plugins/plugins.pri.orig 2011-08-23 19:12:08.000000000 +0000
|
|
+++ ./plugins/plugins.pri 2012-09-13 21:26:13.620559681 +0000
|
|
@@ -6,6 +6,7 @@
|
|
#CONFIG += silent
|
|
DESTDIR = $$EDB_ROOT
|
|
INSTALLS += target
|
|
+target.path = $$DEFAULT_PLUGIN_PATH
|
|
|
|
DEFINES += EDB_PLUGIN
|
|
|
|
@@ -54,7 +55,6 @@
|
|
!macx {
|
|
INCLUDEPATH += $$EDB_ROOT/include/arch/$$QT_ARCH
|
|
DEPENDPATH += $$EDB_ROOT/include/arch/$$QT_ARCH
|
|
- include(plugins-$${QT_ARCH}.pri)
|
|
}
|
|
|
|
debug:OBJECTS_DIR = $${OUT_PWD}/.obj/debug-shared
|