Explorar o código

Merge branch 'cli-module-support'

Sascha Zelzer %!s(int64=12) %!d(string=hai) anos
pai
achega
65f1577a8a
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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());
 }