Prefer pkg-config for lib flags where possible

This commit is contained in:
Jonas Kulla 2013-10-01 05:30:45 +02:00
parent b5afeadb5b
commit 088f0a2a30
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ CONFIG += $$BINDING
unix {
CONFIG += link_pkgconfig
PKGCONFIG += sigc++-2.0 sdl2 SDL2_image SDL2_ttf pixman-1 sfml-audio
LIBS += -lGLEW -lphysfs -lz
PKGCONFIG += sigc++-2.0 glew pixman-1 zlib sdl2 SDL2_image SDL2_ttf sfml-audio
LIBS += -lphysfs
}
# 'slots' keyword fucks with libsigc++