Skip to content

Commit

Permalink
Fixing link errors
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Jun 11, 2017
1 parent d985924 commit 15ec985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapter12/07_gil/07_gil.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ msvc {
LIBS += -llibpng16
} else {
unix:LIBS += -lpng
win32:LIBS += -lpng16
win32:LIBS += -llibpng16
QMAKE_LFLAGS += -L$$BOOST_PATH/libpng/build/native/lib/x64/v140/dynamic/Release/
}

0 comments on commit 15ec985

Please sign in to comment.