I expected that when build the project with Qtcreator, the content of the .pro file is 'executed' in the order I write it, but it seems I'm doing some strange.
What does qtcreator with my file ? It generates a makefile and then execute it , ins't it ? And is there any way to wait for the compilation and then execute the system commands ?
I want to have the same file in two places because it is a plugin dll, so I have to put it at \plugins\designer and at \myplace\mydll.
I have a \myplace\MYdll included into system path, so every program that needs some dll can find it at this place. (so I dont need to copy my dll's to windows/system or to every folder of my progs).
I hope you understand my explanation.
Thanks
Bookmarks