libjpeg: Define NO_GETENV for WinRT
getenv isn't available on this platform, and has been stripped from the lib starting with MSVC2013. Change-Id: I5a69055b7c3ca85dc6d5a74c5b2842e7886b13bd Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>bb10
parent
943ae8bb70
commit
fbdda3c961
|
|
@ -4,6 +4,8 @@ wince*: {
|
|||
contains(CE_ARCH,x86):CONFIG += exceptions_off
|
||||
}
|
||||
|
||||
winrt: DEFINES += NO_GETENV
|
||||
|
||||
#Disable warnings in 3rdparty code due to unused arguments
|
||||
contains(QMAKE_CC, gcc): {
|
||||
QMAKE_CFLAGS_WARN_ON += -Wno-unused-parameter -Wno-main
|
||||
|
|
|
|||
Loading…
Reference in New Issue