1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-10 13:36:02 +00:00

Make png work

This commit is contained in:
Harald Oehlmann
2017-01-18 18:07:17 +01:00
parent 1863399956
commit ffc9c441f7
3 changed files with 5 additions and 4 deletions

View File

@@ -61,9 +61,9 @@ QMAKE_LIBDIR += ../backend_qt/release
!contains(DEFINES, NO_PNG) {
# Win
win32:LIBS += -llibpng16 -zlib
win32:LIBS += -llibpng16 -lzlib
win32:QMAKE_LIBDIR+="../../lpng/projects/vstudio/Release Library"
# Unix
unix:LIBS += -lpng -zlib
unix:QMAKE_LIBDIR += /usr/local/lib /usr/lib/x86_64-linux-gnu/
#unix:LIBS += -lpng -zlib
#unix:QMAKE_LIBDIR += /usr/local/lib /usr/lib/x86_64-linux-gnu/
}