[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    makefile.am and metasources = auto question
From:       christopher j bottaro <cjb () cs ! utexas ! edu>
Date:       2002-04-15 21:15:15
[Download RAW message or body]

hello,
my makefile isn't running moc on one of my header files (cctagsprocess.h).

i have the following header file in my project:

#ifndef CCTAGSPROCESS_H
#define CCTAGSPROCESS_H
#include <kprocess.h>
#include <qstring.h>
class KatagsDlg;
class CCtagsProcess : public KShellProcess	{
	Q_OBJECT
	public:
		CCtagsProcess(KatagsDlg* const, const QString&, bool);
		void StartSearch(const QString&, int);
		QString text();
	protected slots:
		void slotProcessExited(KProcess*);
	protected:
		KatagsDlg*	katags;
		QString lang_obj;
		QString tag_file_path;
		int tag_options;
};
#endif

and my makefile.am has the following lines:
METASOURCES = AUTO
libkatagsplugin_la_SOURCES =	plugin_katags.cpp katagsdlg.cpp katagsdlgbase.cpp 
katagsconfigdlg.cpp	\
							 	katagsconfigdlgbase.cpp addpathdlg.cpp addpathdlgbase.cpp 
cctagsprocess.cpp \
								readtags.cpp

but moc isn't being run on cctagsprocess.h.

what am i doing wrong?
thanks for the help,
christopher
 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic