Hello, i've created one Qt GUI Application and one C++ library. I need to copy dll from the library directory after it's built to gui application directory. I've created Custom process step with command:
copy db2lib.dll ..\..\db2client\debug\db2lib.dll /y Working directory is set to library directory. This setting fails with error: Could not start process copy db2lib.dll ..\..\db2client\debug\db2lib.dll /y Error while building project db2lib When executing build step 'Copy' What am i doing wrong? Thanks, Adam Kovari -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
