summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2011-06-01 21:03:52 +0200
committerYoann Lopes <yoann.lopes@nokia.com>2011-06-01 21:03:52 +0200
commit5766fe1d601417d7a7f6e73f7c716df47d6e6621 (patch)
tree986a8766dd03320fd65be06b9b133e6e50c66f00
parent2024ef706c7b1541c4516dee86d81d251220598c (diff)
Compile fix for Mac.
-rw-r--r--qmlogre.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/qmlogre.pro b/qmlogre.pro
index 24756e3..25a10e7 100644
--- a/qmlogre.pro
+++ b/qmlogre.pro
@@ -10,13 +10,14 @@ macx {
} else {
message(Using Ogre libraries in $$OGREDIR)
INCLUDEPATH += $$OGREDIR/include/OGRE
+ INCLUDEPATH += $$OGREDIR/include/OGRE/RenderSystems/GL
QMAKE_LFLAGS += -F$$OGREDIR/lib/release
LIBS += -framework Ogre
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 -lboost_date_time-xgcc40-mt-1_42 -lboost_thread-xgcc40-mt-1_42
}
DEFINES += OGRE_PLUGIN_VAR=\"$$OGREDIR/lib\"
@@ -39,6 +40,7 @@ macx {
} else {
message(Using Ogre libraries in $$OGREDIR)
INCLUDEPATH += $$OGREDIR/include/OGRE
+ INCLUDEPATH += $$OGREDIR/include/OGRE/RenderSystems/GL
CONFIG(release, debug|release) {
LIBS += -L$$OGREDIR/lib/release -L$$OGREDIR/lib/release/opt -lOgreMain -lRenderSystem_GL
} else {