X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fmain.cxx;fp=src%2Fmain.cxx;h=a627b61dc7a391263adcb6bef67af3e431f5133c;hp=8c0916cd0d9de3b7bd12531cccf96620fd923e34;hb=c6e89377cd981f9be1f18a6be334fbcfebb0c16e;hpb=546b89382dd61b664c216ad7668ec783f0ad094c diff --git a/src/main.cxx b/src/main.cxx index 8c0916c..a627b61 100644 --- a/src/main.cxx +++ b/src/main.cxx @@ -18,6 +18,7 @@ #include "gui/Mainwindow.hxx" #include "core/InformationManager.hxx" #include "disassembler/llvm/LLVMDisassembler.hxx" +#include "Config.hxx" int main(int argc, char** argv) { @@ -32,6 +33,7 @@ int main(int argc, char** argv) QApplication::setApplicationName("frida"); QApplication::setApplicationVersion("0.0"); + QApplication::addLibraryPath(CMAKE_INSTALL_FULL_LIBDIR "/frida/plugins/Interpreter"); #ifdef ARGPARSE parser.addHelpOption(); parser.addVersionOption();