Bug #12656 2007-12-07 20:03
slechta
pre-build steps NOT invoked
Pre-build steps are not invoked when I set Settings->Compiler->Other->Build Method is set to "Work with makefiles"
-----------------------------------
I was trying to build Qt4 project. But qmake NEVER gets executed. (I set qmake as pre-buil command)
(I also set Project->Properties to use custom make files).
Nothing is working.
- Category
- Application::WrongBehaviour
- Group
- Status
- Closed
- Close date
- 2008-01-10 11:26
- Assigned to
History
pauliusz 2007-12-09 21:13
IMO this is correct behavior.
mandrav 2008-01-10 11:26
This is intended. If you use a custom makefile to build, it's your responsibility to add an pre/post build steps in the makefile.
The IDE knows nothing about this since it doesn't manage the build process for you.