Linux specific changes to allow linking against Boost::threads. Not used by the current build. Also turned off 'unused' warnings in QTCreator to match more closely the warnings that we pay attention to in the psp build.

This commit is contained in:
wrenczes
2010-12-06 07:44:16 +00:00
parent ffd3b7b074
commit ed321e2df5
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -8,6 +8,7 @@ QT += core gui opengl
VERSION = 0.13.0
TARGET = wagic
TEMPLATE = app
QMAKE_CXXFLAGS += -Wno-unused-parameter
windows:DEFINES += WIN32
windows:DEFINES += _CRT_SECURE_NO_WARNINGS
windows:DEFINES += FORCE_GL2
@@ -21,12 +22,13 @@ windows:INCLUDEPATH += ../../JGE/Dependencies/include
unix:INCLUDEPATH += /usr/include/GL
unix:INCLUDEPATH += /usr/include/freetype2
INCLUDEPATH += ../../JGE/include
INCLUDEPATH += ../../Boost
INCLUDEPATH += include
OBJECTS_DIR = objs
MOC_DIR = objs
DESTDIR = bin
unix:LIBS += -ljpeg -lgif -lpng12
unix:LIBS += -ljpeg -lgif -lpng12 -lboost_thread -L../../Boost/lib
windows:LIBS += -L../../JGE/Dependencies/lib -llibjpeg-static-mt-debug -lgiflib -llibpng -lfmodvc
# MGT