From: Simon Rit Date: Tue, 23 Jul 2013 09:25:12 +0000 (+0200) Subject: Fixes for linux compilation X-Git-Tag: v1.4.0~2^2~10^2~1 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=4196de64c74e0f1d3d67c5e3783983b6ee063f4b;p=clitk.git Fixes for linux compilation --- diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index ba65d28..6c1096a 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -66,8 +66,7 @@ ENDIF(CLITK_MEMORY_INFO) IF (CLITK_USE_SYSTEM_GDCM) FIND_PACKAGE(GDCM REQUIRED) include(${GDCM_USE_FILE}) - TARGET_LINK_LIBRARIES(clitkCommon vtkgdcm) - # gdcmDICT gdcmMSFF) + TARGET_LINK_LIBRARIES(clitkCommon vtkgdcm gdcmDICT gdcmMSFF gdcmMEXD) ENDIF() #========================================================= diff --git a/vv/vvPacsSettingsDialog.h b/vv/vvPacsSettingsDialog.h index 48f3f48..13ad661 100644 --- a/vv/vvPacsSettingsDialog.h +++ b/vv/vvPacsSettingsDialog.h @@ -2,7 +2,7 @@ #define __vvPacsSettingsDialog_H #include "ui_vvPacsSettingsDialog.h" #include -#include +#include class vvPacsSettingsDialog : public QDialog { @@ -19,4 +19,4 @@ private slots: void accept(); }; -#endif //__vvPacsSettingsDialog_H \ No newline at end of file +#endif //__vvPacsSettingsDialog_H diff --git a/vv/vvQPacsConnection.h b/vv/vvQPacsConnection.h index 28a3d41..bafea83 100644 --- a/vv/vvQPacsConnection.h +++ b/vv/vvQPacsConnection.h @@ -1,11 +1,11 @@ #ifndef __vvQPacsConnection_h_INCLUDED__ #define __vvQPacsConnection_h_INCLUDED__ -#include +#include #include "ui_vvPacsConnection.h" #include "gdcmCompositeNetworkFunctions.h" -#include -#include +#include +#include #include #include "vvDicomServerQueryFactory.h" @@ -17,10 +17,10 @@ - class vvQPacsConnection : public QDialog - { +class vvQPacsConnection : public QDialog +{ Q_OBJECT - public: +public: //vvQPacsConnection(){} vvQPacsConnection(QWidget *parent=0);