mmm. I cant do nothing. But I have seen the system() element.

And... I want to write the code at .pro file.
Now I have a piece of .pro)
Qt Code:
  1. RESOURCES = icons.qrc
  2. DESTDIR = $(QTDIR)/plugins/designer
  3. message( "This is a message" )
  4. system(copy d:/Qt/plugins/designer/apcplugins.dll d:/I_DESARROLLO/c++ok/MY_DLL)
To copy to clipboard, switch view to plain text mode 
I see at 'Compile Output window' then next :
Command syntax does not correct
Command syntax does not correct
Command syntax does not correct
RCC: Warning: No resources in '..\APCplugins\icons.qrc'.
mingw32-make: Leaving directory `D:/I_DESARROLLO/c++ok/APCplugins-build-desktop'
RCC: Warning: No resources in '..\APCplugins\icons.qrc'.
Project MESSAGE: This is a message
Project MESSAGE: This is a message
Project MESSAGE: This is a message

Three questions :
1.- system copy does not work
2.- I dont know whats happen, but I see the message and command error 3 times ???
3.- I have the impression that things are not executed in the order I have write at .pro file .
(RCC: Warning: No resources in '..\APCplugins\icons.qrc'. is true, I have nothing at icons.qrc but is does not matter)

Any help ? Thanks