Correction des config qmake

This commit is contained in:
Michaël Lemaire 2013-10-16 17:09:20 +02:00 committed by Michael Lemaire
parent 46f34eb23c
commit 5032f1b2aa
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ QT += core gui opengl
TARGET = paysages-gui
linux-clang:LIBS += -lGLU
unix:LIBS += -lGLU
win32:LIBS += ../../libpaysages.a -lDevIL -lILU -lILUT -lglib-2.0 -lgthread-2.0
CONFIG(release, debug|release): DEFINES += NDEBUG

View file

@ -7,7 +7,7 @@ TARGET = paysages_rendering
INCLUDEPATH += $$PWD/..
linux-clang {
unix {
CONFIG += link_pkgconfig
PKGCONFIG += glib-2.0 gthread-2.0 IL ILU
}

View file

@ -7,7 +7,7 @@ TARGET = paysages-tests
CONFIG(release, debug|release): DEFINES += NDEBUG
linux-clang {
unix {
CONFIG += link_pkgconfig
PKGCONFIG += check
}