X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FCMakeLists.txt;h=515422bc3c5b316906349ec137c4d001de7478c0;hb=eddba34cfd972c817bdfba337a9c866b3ae5c410;hp=4a98cbf17b1b6a306eb23892b6eb1fe4ddb126a4;hpb=a758263384e14fc3c56903ea17bc170ccec47fde;p=clitk.git diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index 4a98cbf..515422b 100644 --- a/vv/CMakeLists.txt +++ b/vv/CMakeLists.txt @@ -203,9 +203,8 @@ SET(foundationLibraries clitkCommon ${ITK_LIBRARIES} QVTK vtkHybrid) #========================================================= #Create binary and libs for tests -SET(vvExternalLibs clitkSegmentationGgoLib clitkDicomRTStruct ${toolLibs} ${foundationLibraries}) +SET(vvExternalLibs ${QT_QTNETWORK_LIBRARY} clitkSegmentationGgoLib clitkDicomRTStruct ${toolLibs} ${foundationLibraries}) # QtNetwork is required by vvRegisterForm -SET(vvExternalLibs ${vvExternalLibs} QtNetwork) ADD_LIBRARY(vvLib ${vv_SRCS} ${vv_UI_CXX}) TARGET_LINK_LIBRARIES(vvLib ${vvExternalLibs})