From 59beb80da79c85094631d7fb87f954c9fcc25d1e Mon Sep 17 00:00:00 2001 From: Yoann Lopes Date: Wed, 20 Apr 2011 14:31:13 +0200 Subject: Compile fix on Windows. --- ogrenode.cpp | 6 +++--- qmlogre.pro | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ogrenode.cpp b/ogrenode.cpp index 467bd53..467e96b 100644 --- a/ogrenode.cpp +++ b/ogrenode.cpp @@ -1,6 +1,6 @@ -#include -#include -#include +#include +#include +#include #include "ogrenode.h" #include "cameranodeobject.h" diff --git a/qmlogre.pro b/qmlogre.pro index 710325e..b0ad946 100644 --- a/qmlogre.pro +++ b/qmlogre.pro @@ -39,12 +39,12 @@ macx { } else { message(Using Ogre libraries in $$OGREDIR) INCLUDEPATH += $$OGREDIR/include/OGRE - LIBS += -L$$OGREDIR/lib -lOgreMain + LIBS += -L$$OGREDIR/lib/release -L$$OGREDIR/lib/release/opt -lOgreMain -lRenderSystem_GL BOOSTDIR = $$OGREDIR/boost_1_42 !isEmpty(BOOSTDIR) { INCLUDEPATH += $$BOOSTDIR - LIBS += -L$$BOOSTDIR/lib -lboost_date_time-xgcc40-mt-1_42 -lboost_thread-xgcc40-mt-1_42 + LIBS += -L$$BOOSTDIR/lib -llibboost_date_time-vc90-mt-1_42 -llibboost_thread-vc90-mt-1_42 } DEFINES += OGRE_PLUGIN_VAR=\\\"$$OGREDIR/bin\\\" -- cgit v1.2.3