here
!contains(QMAKE_TARGET.arch, x86_64) {
message("x86 build")
LIBS += $$PWD/../ThirdParty/lib/fmod_win/fmod.dll
LIBS += $$PWD/../ThirdParty/lib/fmod_win/fmodL.dll
## Windows x86 (32bit) specific build here
} else {
message("x86_64 build")
LIBS += $$PWD/../ThirdParty/lib/fmod_win/fmod64.dll
LIBS += $$PWD/../ThirdParty/lib/fmod_win/fmodL64.dll
## Windows x64 (64bit) specific build here
}
}
Не срабатывало условие
Обсуждают сегодня