mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 04:24:32 +00:00
Fix compilation when using CMake
svn path=/trunk/kdesupport/qca/; revision=604696
This commit is contained in:
parent
f440cec990
commit
9d60c492e1
@ -816,6 +816,11 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
virtual int version() const
|
||||
{
|
||||
return QCA_VERSION;
|
||||
}
|
||||
|
||||
virtual QString name() const
|
||||
{
|
||||
return "qca-gnupg";
|
||||
|
@ -20,6 +20,7 @@ SET( moc_SOURCES
|
||||
support/console.cpp
|
||||
support/synchronizer.cpp
|
||||
support/dirwatch/dirwatch.cpp
|
||||
support/syncthread.cpp
|
||||
)
|
||||
|
||||
IF (Q_WS_X11)
|
||||
|
Loading…
x
Reference in New Issue
Block a user