Using Kdevelop for non-Kdevelop projects

Richard Apodaca apodaca at san.rr.com
Sat Apr 1 09:06:44 BST 2000


Thanks for the tip.  Unfortunately the project I'm importing (KOrganizer)
contains several moc file includes such as:

#include "wingeneral.moc"

This causes the compiler to stop and complain that it can't find wingeneral.moc.
If I go ahead and manually run moc to create the file, I can re-compile and get
past the error.  But the next moc include statement causes the same error,and I
need to re-iterate.  I guess I could go through the entire directory and
manually run moc, but isn't there an easier way?





More information about the KDevelop mailing list