TMake and QT-projects

Falk Brettschneider gigafalk at yahoo.com
Tue Oct 31 12:35:22 GMT 2000


Hi Tamas,

nt wrote:
> 
> Hello,
> 
> Is there a way to configure KDevelop to use QT/TMake .pro
> files for compiling?
If a .pro file is newer than a Makefile in a Qt project, the Makefile
will automatically regenerated by tmake. It's a rule in the Makefile.

> How can KDevelop do the following
> tasks for projects: clean, make, build all?
There are menu items and hotkeys in KDevelop. They call appropriate
things in the Makefile.

> How these could
> be realized with an other make proggy, like tmake?
tmake is not similar to make. make _calls_ a Makefile, tmake _generates_
a project file (e.g. Makefile, .dsp).

> 
> What about project files, etc?
> 
> Any pointers are really welcome.
Here's a QWidget pointer:
QWidget* pointer;


;-)
Ciao,
  F at lk

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com





More information about the KDevelop mailing list