Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 2.4.0-beta
-
Windows Vista x64
Description
- Create a project.
- Build it and run it on a Maemo device.
- In Tools > Options > Build & Run > General, Disable "Always build project before deploying it" but enable "Always deploy project before running it".
- Run the project again.
Creator will show a progress bar named "Build" on the left and seems to rebuild packages. Compile output begins with "Running build steps for project...". Creator does not compile code, though, even if files were changed. This is not consistent at all.
When "Always build project before deploying it" is disabled, nothing should be built at all (except explicitly triggered by user).
When build steps are being executed (and shown in progress bar and compile output), code should be compiled, too.