code-google-com / qdevelop

Automatically exported from code.google.com/p/qdevelop
GNU General Public License v2.0
1 stars 1 forks source link

Accept custom makefile or simply ability to not run qmake #388

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have already written project, with makefile
2. After overwriting qdevelop's makefile for project, all ok
3. If rebuilding, qmake overwrites makefile

What is the expected output? What do you see instead?
Expected to be compiled with my makefile, instead uses qmake-generated makefile

What version of the product are you using? On what operating system?
0.28-2. On linux

Please provide any additional information below.
Basically, it would just need the ability to disable calling qmake on 
clean/rebuild. Also, ability to specify what is the resulting executable, in 
case of custom makefile.

Original issue reported on code.google.com by Rhiakath...@gmail.com on 26 Jan 2012 at 1:14