@yoavmil That can be fixed by setting CMAKE_PREFIX_PATH. That would be something like C:\Qt\5.2\msvc2010_x64 or C:\Qt\5.2\msvc2010 (I have no idea if that's the correct path on windows 8, I'm also using a different version of Qt, and a different version of visual studio).
@yoavmil That can be fixed by setting
CMAKE_PREFIX_PATH
. That would be something likeC:\Qt\5.2\msvc2010_x64
orC:\Qt\5.2\msvc2010
(I have no idea if that's the correct path on windows 8, I'm also using a different version of Qt, and a different version of visual studio).