From 5032f1b2aa2855c3abdedbba91eba82ead984b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Lemaire?= Date: Wed, 16 Oct 2013 17:09:20 +0200 Subject: [PATCH] Correction des config qmake --- src/editing/editing.pro | 2 +- src/rendering/rendering.pro | 2 +- src/testing/testing.pro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/editing/editing.pro b/src/editing/editing.pro index bbb55fe..7af6734 100644 --- a/src/editing/editing.pro +++ b/src/editing/editing.pro @@ -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 diff --git a/src/rendering/rendering.pro b/src/rendering/rendering.pro index 879a063..3448657 100644 --- a/src/rendering/rendering.pro +++ b/src/rendering/rendering.pro @@ -7,7 +7,7 @@ TARGET = paysages_rendering INCLUDEPATH += $$PWD/.. -linux-clang { +unix { CONFIG += link_pkgconfig PKGCONFIG += glib-2.0 gthread-2.0 IL ILU } diff --git a/src/testing/testing.pro b/src/testing/testing.pro index be6e3da..abfcd72 100644 --- a/src/testing/testing.pro +++ b/src/testing/testing.pro @@ -7,7 +7,7 @@ TARGET = paysages-tests CONFIG(release, debug|release): DEFINES += NDEBUG -linux-clang { +unix { CONFIG += link_pkgconfig PKGCONFIG += check }