summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2011-04-20 14:31:13 +0200
committerYoann Lopes <yoann.lopes@nokia.com>2011-04-20 14:31:13 +0200
commit59beb80da79c85094631d7fb87f954c9fcc25d1e (patch)
treee2a9c57964ff0870e7a411cd4e87359b686fdd4e
parent2f10198939ffcb51ab473d23abec5f77093ad5f3 (diff)
Compile fix on Windows.
-rw-r--r--ogrenode.cpp6
-rw-r--r--qmlogre.pro4
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 <OGRE/RenderSystems/GL/OgreGLTexture.h>
-#include <OGRE/RenderSystems/GL/OgreGLFrameBufferObject.h>
-#include <OGRE/RenderSystems/GL/OgreGLFBORenderTexture.h>
+#include <RenderSystems/GL/OgreGLTexture.h>
+#include <RenderSystems/GL/OgreGLFrameBufferObject.h>
+#include <RenderSystems/GL/OgreGLFBORenderTexture.h>
#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\\\"