Correction des config qmake
This commit is contained in:
parent
46f34eb23c
commit
5032f1b2aa
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ QT += core gui opengl
|
||||||
|
|
||||||
TARGET = paysages-gui
|
TARGET = paysages-gui
|
||||||
|
|
||||||
linux-clang:LIBS += -lGLU
|
unix:LIBS += -lGLU
|
||||||
win32:LIBS += ../../libpaysages.a -lDevIL -lILU -lILUT -lglib-2.0 -lgthread-2.0
|
win32:LIBS += ../../libpaysages.a -lDevIL -lILU -lILUT -lglib-2.0 -lgthread-2.0
|
||||||
|
|
||||||
CONFIG(release, debug|release): DEFINES += NDEBUG
|
CONFIG(release, debug|release): DEFINES += NDEBUG
|
||||||
|
|
|
@ -7,7 +7,7 @@ TARGET = paysages_rendering
|
||||||
|
|
||||||
INCLUDEPATH += $$PWD/..
|
INCLUDEPATH += $$PWD/..
|
||||||
|
|
||||||
linux-clang {
|
unix {
|
||||||
CONFIG += link_pkgconfig
|
CONFIG += link_pkgconfig
|
||||||
PKGCONFIG += glib-2.0 gthread-2.0 IL ILU
|
PKGCONFIG += glib-2.0 gthread-2.0 IL ILU
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@ TARGET = paysages-tests
|
||||||
|
|
||||||
CONFIG(release, debug|release): DEFINES += NDEBUG
|
CONFIG(release, debug|release): DEFINES += NDEBUG
|
||||||
|
|
||||||
linux-clang {
|
unix {
|
||||||
CONFIG += link_pkgconfig
|
CONFIG += link_pkgconfig
|
||||||
PKGCONFIG += check
|
PKGCONFIG += check
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue