ok, i’ve discovered that i first use cmake to prepare the project(don’t understand why…) however i’ve configured it but now i get new error:
C:\Users\Luca\Documents\QT\Blender\Blender-build>python “C:\Users\Luca\Documents
\QT\Blender\blender\build_files\cmake\cmake_qtcreator_project.py”
CMAKE_DIR ‘C:\Users\Luca\Documents\QT\Blender\Blender-build’
“cmake” non è riconosciuto come comando interno o esterno, un programma eseguibile o un file batch.
Generating Eclipse Prokect File Failed: ‘C:\Users\Luca\Documents\QT\Blender
\Blender-build\.cproject’ not found
Python project file written to: ‘C:\Users\Luca\Documents\QT\Blender\Blend
er-build\blender_python.creator’
Solved…, as i understand on py file,for configuring qt project file you need MingW and use cmake Eclipse mingw configuration, because the script parse a eclipse project file created with cmake. So for MSVC users, only Visual Studio must be used as IDE.
In the past i’ve tried to use qmake -project to create a project file for Qt, but it didn’t work(during compilation it can’t find the dependency)
I’ll try again and see what happen…