Browse Source

Merge branch 'cli-module-support'

Sascha Zelzer 12 years ago
parent
commit
65f1577a8a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Libs/CommandLineModules/Core/ctkCmdLineModuleCache.cpp

+ 2 - 1
Libs/CommandLineModules/Core/ctkCmdLineModuleCache.cpp

@@ -29,7 +29,8 @@
 #include <QHash>
 
 #if (QT_VERSION < QT_VERSION_CHECK(4,7,0))
-int qHash(const QUrl& url)
+#include "ctkCommandLineModulesCoreExport.h"
+CTK_CMDLINEMODULECORE_EXPORT int qHash(const QUrl& url)
 {
   return qHash(url.toString());
 }