Fix compilation when using CMake

svn path=/trunk/kdesupport/qca/; revision=604696
This commit is contained in:
Michaël Larouche 2006-11-13 20:33:03 +00:00
parent f440cec990
commit 9d60c492e1
2 changed files with 6 additions and 0 deletions

View File

@ -816,6 +816,11 @@ public:
{
}
virtual int version() const
{
return QCA_VERSION;
}
virtual QString name() const
{
return "qca-gnupg";

View File

@ -20,6 +20,7 @@ SET( moc_SOURCES
support/console.cpp
support/synchronizer.cpp
support/dirwatch/dirwatch.cpp
support/syncthread.cpp
)
IF (Q_WS_X11)