Build turbo-jpeg on Windows.

This commit is contained in:
Ghislain MARY 2017-03-22 16:00:23 +01:00
parent 7e0c6dff13
commit b93af38116

View file

@ -22,4 +22,6 @@
lcb_define_target("linphoneqt" "linphone" "ms2plugins")
lcb_blacklist_dependencies("turbo-jpeg") # turbo-jpeg is already provided by Qt5 so do not build it
if(NOT WIN32)
lcb_blacklist_dependencies("turbo-jpeg") # turbo-jpeg is already provided by Qt5 so do not build it
endif()