i created new engine tree for codeblocks then i loaded it to QtCreator as new project , all the sources and examples did compiled just fine .
but i noticed that the sources for the examples and the engine are not copied to the new engine source tree but somehow configured to take them form the original Urho3d source tree .
my question is how can i load/include/see all the source’s in the IDE
how can i run the examples in the IDE?
update :
i did created the cmake_codeblock project and loaded it to codeblocks IDE and every thing is working just fine and i can see the source of the examples and also the the sources of the engine .
but there is small problem i guess in the structure of the code blocks workspace tree ,
- i can’t find the names of the libraries the examples are using , the list is empty
- to add new libraries to for example the “Hello_world” i need to add it to the main Urho3D engine , i can’t do it per example . only top level .