QMAKE: Project clean directory tree
Hi guys, I am working on new project, and I want to have clean directory tree. My directory tree looks like this example:
- Project/
- Project.pro
- Make/
- Default.release
- Subproject/
- Debug.Makefile
- Release.Makefile
- // other subproject's makefiles
- Bin/
- Debug/
- Release/
- Src/
- Project/
- Subproject/
- // and so on...
- Lib/
- Debug/
- Release/
- Tmp/
- Moc/
- Res/
- Res/
That’s my problem, cause I don’t have any idea to do this via qmake. Yes, I know Make (GNU Make) (it’s pretty simple) and it’s simple, but how can I manually add my own makefiles into the project file?
3 replies
You must log in to post a reply. Not a member yet? Register here!


