diff options
author | Michele Calgaro <[email protected]> | 2023-11-13 18:42:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-14 23:18:41 +0900 |
commit | 5bba09ee4570e1227de99565d41ae9fb6bc14ae1 (patch) | |
tree | 29d378b82102f1de620ee07a8167d569f7f031d7 /src/pluginloader/pluginloaderbase.cpp | |
parent | 546952a11f82de4741f508f401ab613c172ad293 (diff) | |
download | soundkonverter-5bba09ee4570e1227de99565d41ae9fb6bc14ae1.tar.gz soundkonverter-5bba09ee4570e1227de99565d41ae9fb6bc14ae1.zip |
cmake conversion
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 802b45c5566c3916e46250060ecef332f055fc26)
Diffstat (limited to 'src/pluginloader/pluginloaderbase.cpp')
-rw-r--r-- | src/pluginloader/pluginloaderbase.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pluginloader/pluginloaderbase.cpp b/src/pluginloader/pluginloaderbase.cpp index f55a8e4..e9c29f1 100644 --- a/src/pluginloader/pluginloaderbase.cpp +++ b/src/pluginloader/pluginloaderbase.cpp @@ -15,3 +15,5 @@ void PluginLoaderBase::unload( TQString pluginName ) void PluginLoaderBase::remove( TQString pluginName ) {} + +#include "pluginloaderbase.moc" |