Compile examples after compile Qt 5.1.1 64 bits with Visual Studio 2010
-
Hi all,
I've compiled Qt 5.1.1 in a Windows 7 machine and Visual Studio 2010 using the following commands:
@configure -debug-and-release -opensource -shared -nomake tests -skip qtjsbackend -skip qtwebkit -skip qtwebkit-examples -no-compile-examples -opengl desktop -qt-zlib -qt-libpng -qt-libjpeg -no-angle -sse2
nmake@
Everything is ok if I open the QtCreator 2.8.1 and I create a new project. The problem is that if I want to open an example project, when I compile and run a message appears saying that cannot find the exe file.
Do you think that I am missing something?Thanks
Xavi