I use Qt Creator 2.8.1 on Windows, no deployment menu (configure) available. Cross compile for ARM target device.
I defined toolchain which is ok except GDB, cross compiler and kit (all together). The application is built either in debug and release mode but two things I need more:
- executable name is always *.exe. This is a linux ARM binary, cannot change this?
- deploy not available at all (neither run menu)
I must scp by hand, change attributes and run. Can be automatic little bit? However, I can create a batch file witch pscp but isn't suppose Qt Creator handle this?

