Skip to content

Commit

Permalink
Fixing MSVC BUILDS
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin authored Jul 17, 2018
1 parent cfcc24d commit f31f617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Chapter12/07_gil/07_gil.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ QMAKE_CXXFLAGS += $$CPP11FLAG
# Just install libpng into your system and add correct include paths to the build script.
INCLUDEPATH += $$BOOST_PATH/libpng/build/native/include
INCLUDEPATH += $$BOOST_PATH/zlib/build/native/include
INCLUDEPATH += $$BOOST_PATH/zlib.v140.windesktop.msvcstl.dyn.rt-dyn/build/native/include
msvc {
QMAKE_LFLAGS += /LIBPATH:$$BOOST_PATH/libpng/build/native/lib/x64/v140/dynamic/Release/
LIBS += -llibpng16
Expand Down

0 comments on commit f31f617

Please sign in to comment.