diff --git a/src/runner/proxypluginwrappers.cpp b/src/runner/proxypluginwrappers.cpp index 27620ea..bade563 100644 --- a/src/runner/proxypluginwrappers.cpp +++ b/src/runner/proxypluginwrappers.cpp @@ -1,3 +1,4 @@ +#define HAVE_ROUND #include "proxypluginwrappers.h" #include #include "error.h" diff --git a/src/runner/pythonRunner.pro b/src/runner/pythonRunner.pro index 83341cd..7b573ce 100644 --- a/src/runner/pythonRunner.pro +++ b/src/runner/pythonRunner.pro @@ -39,6 +39,11 @@ CONFIG(debug, debug|release) { } +load(moc) +include(../common.pri) +QMAKE_MOC += $$MOCDEFINES + + INCLUDEPATH += "$(BOOSTPATH)" "$$(PYTHONPATH)/include" "$$(PYTHONPATH)/Lib/site-packages/PyQt4/include" LIBS += -L"$$(PYTHONPATH)/libs" -L"$(BOOSTPATH)/stage/lib" LIBS += -lpython27 diff --git a/src/runner/pythonrunner.cpp b/src/runner/pythonrunner.cpp index 6dc90f2..75bb5e0 100644 --- a/src/runner/pythonrunner.cpp +++ b/src/runner/pythonrunner.cpp @@ -1,3 +1,5 @@ +#define HAVE_ROUND + #include "pythonrunner.h" #pragma warning( disable : 4100 )