Hi sir,
I am a gradutate student majored in CG, trying to use your convinient and excellent framework.
My programming environment is 
Win7 64bit + VS2012 + Qt 5.2
However, I failed to compile the source code at the very last step. The error message is as follows:

5>  -- verified='0'
5>  -- info='external prerequisites found:
5>  f='D:/opensource/source_code/OpenFlipper/build/Build/OpenFlipper.exe'
5>  external_prereqs='ADVAPI32.dll;CRYPT32.dll;DNSAPI.dll;GDI32.dll;GLU32.dll;KERNEL32.dll;OPENGL32.dll;SHELL32.dll;USER32.dll;VCOMP110D.DLL;VERSION.dll;WINMM.dll;WS2_32.dll;ole32.dll'
5>  '
5>  -- 
5>  CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/BundleUtilities.cmake:784 (message):
5>CUSTOMBUILD : error : verify_app failed
5>  Call Stack (most recent call first):
5>    C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/BundleUtilities.cmake:666 (verify_app)
5>    fixbundle.win.cmake:34 (fixup_bundle)

each external dll would provoke such a warning like:

5>CUSTOMBUILD : warning : cannot resolve item 'WS2_32.dll'
5>  
5>    possible problems:
5>      need more directories?
5>      need to use InstallRequiredSystemLibraries?
5>      run in install tree instead of build tree?
5>  
5>CUSTOMBUILD : -- warning : gp_resolved_file_type non-absolute file 'WS2_32.dll' returning type 'other' -- possibly incorrect

I've tried to add the dll's path to the cmake file, but it did not make any difference. Anyway, this problem solely prevents packing all dependencies to the Build Directory. 
Then, I tried to run the exe file in debug configuration. The whole interface is correctly opened. Unfotunately, when I started loading an obj file, the program corrupted, the output and stack information are shown as below:



I'd really appreciate it for your kind reply.

Best,
Longhua