瀏覽代碼

Fixed Windows build issues.

Sascha Zelzer 14 年之前
父節點
當前提交
8f10f5af51

+ 0 - 2
Plugins/org.commontk.dah.exampleapp/ctkExampleDicomAppLogic.cpp

@@ -23,8 +23,6 @@
 #include "ctkExampleDicomAppLogic_p.h"
 #include "ctkExampleDicomAppPlugin_p.h"
 
-#include <ctkDicomHostInterface.h>
-
 #include <QtPlugin>
 #include <QRect>
 #include <QDebug>

+ 2 - 1
Plugins/org.commontk.dah.exampleapp/ctkExampleDicomAppLogic_p.h

@@ -24,10 +24,11 @@
 #define CTKEXAMPLEDICOMAPPLOGIC_P_H
 
 #include <ctkDicomAppInterface.h>
+#include <ctkDicomHostInterface.h>
 
 #include <ctkServiceTracker.h>
 
-class ctkDicomHostInterface;
+struct ctkDicomHostInterface;
 
 class ctkExampleDicomAppLogic : public QObject, public ctkDicomAppInterface
 {

+ 4 - 2
Plugins/org.commontk.dah.host/ctkDicomHostServer.h

@@ -25,10 +25,12 @@
 
 #include <QScopedPointer>
 
-class ctkDicomHostInterface;
+#include <org_commontk_dah_host_Export.h>
+
+struct ctkDicomHostInterface;
 class ctkDicomHostServerPrivate;
 
-class ctkDicomHostServer
+class org_commontk_dah_host_EXPORT ctkDicomHostServer
 {
 
 public:

+ 1 - 1
Plugins/org.commontk.dah.host/ctkDicomHostServerPrivate.h

@@ -28,7 +28,7 @@
 #include <ctkSimpleSoapServer.h>
 #include <ctkSoapMessageProcessorList.h>
 
-class ctkDicomHostInterface;
+struct ctkDicomHostInterface;
 
 class ctkDicomHostServerPrivate : public QObject
 {