From 5c03d2dbd2e9cd0c4c071c438de95147b5f8ea2e Mon Sep 17 00:00:00 2001 From: Simon Rit Date: Thu, 16 Jun 2011 17:13:33 +0200 Subject: [PATCH] The order of the libraries seemed to cause problem. Changed it... --- vv/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index 1ddd5b8..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} ${QT_QTNETWORK_LIBRARY}) ADD_LIBRARY(vvLib ${vv_SRCS} ${vv_UI_CXX}) TARGET_LINK_LIBRARIES(vvLib ${vvExternalLibs}) -- 2.46.1