From 8aa2ab4eac491953b4c324194dc71ff47dc87c59 Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 28 May 2014 14:14:28 +0200 Subject: [PATCH] small bugfixes --- src/runner/proxypluginwrappers.cpp | 1 + src/runner/pythonRunner.pro | 5 +++++ src/runner/pythonrunner.cpp | 2 ++ 3 files changed, 8 insertions(+) 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 )