Browse Source

Merge branch '449-speedup-cmake-config-and-generation'

* 449-speedup-cmake-config-and-generation:
  Fix compilation error introduced by 130deabb4. See #449
Jean-Christophe Fillion-Robin 11 years ago
parent
commit
2f1ff44811

+ 1 - 1
Libs/CommandLineModules/Core/ctkCmdLineModuleFrontend.cpp

@@ -207,4 +207,4 @@ void ctkCmdLineModuleFrontend::resultReady(const ctkCmdLineModuleResult &result)
   {}
 }
 
-#include "moc_ctkCmdLineModuleFrontend.h"
+#include "moc_ctkCmdLineModuleFrontend.cpp"

+ 1 - 1
Libs/CommandLineModules/Core/ctkCmdLineModuleXmlProgressWatcher.cpp

@@ -282,4 +282,4 @@ ctkCmdLineModuleXmlProgressWatcher::~ctkCmdLineModuleXmlProgressWatcher()
 {
 }
 
-#include "moc_ctkCmdLineModuleXmlProgressWatcher.h"
+#include "moc_ctkCmdLineModuleXmlProgressWatcher.cpp"

+ 1 - 1
Libs/Widgets/ctkPathLineEdit.cpp

@@ -714,4 +714,4 @@ QSize ctkPathLineEdit::sizeHint()const
   return d->recomputeSizeHint(d->SizeHint);
 }
 
-#include "moc_ctkPathLineEdit.h"
+#include "moc_ctkPathLineEdit.cpp"

+ 1 - 1
Libs/Widgets/ctkPathListWidget.cpp

@@ -80,7 +80,7 @@ public:
 // --------------------------------------------------------------------------
 // ctkPathListWidgetPrivate methods
 
-#include "moc_ctkPathListWidget.h"
+#include "moc_ctkPathListWidget.cpp"
 
 // --------------------------------------------------------------------------
 ctkPathListWidgetPrivate::ctkPathListWidgetPrivate(ctkPathListWidget& object)