diff options
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/modules/torrent/tc_statusbarapplet.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/CMakeLists.txt b/src/modules/CMakeLists.txt index a3366ea29..fd16ac82b 100644 --- a/src/modules/CMakeLists.txt +++ b/src/modules/CMakeLists.txt @@ -34,13 +34,11 @@ SUBDIRS( popupeditor proxydb raweditor regchan reguser serverdb setup sharedfile sharedfileswindow snd socketspy spaste str system - texticons term theme tip tmphighlight toolbar toolbareditor trayicon + texticons term theme tip tmphighlight toolbar toolbareditor torrent trayicon upnp url window - # broken modules - # torrent # modules to deprecate ? # perl, perlcore diff --git a/src/modules/torrent/tc_statusbarapplet.cpp b/src/modules/torrent/tc_statusbarapplet.cpp index ea854bce2..8cf634e5e 100644 --- a/src/modules/torrent/tc_statusbarapplet.cpp +++ b/src/modules/torrent/tc_statusbarapplet.cpp @@ -93,4 +93,6 @@ void KviTorrentStatusBarApplet::update() } } +#ifndef COMPILE_USE_STANDALONE_MOC_SOURCES #include "tc_statusbarapplet.moc" +#endif //!COMPILE_USE_STANDALONE_MOC_SOURCES |
