]> Creatis software - cpPlugins.git/blobdiff - lib/CMakeLists.txt
Windows compilation (1/3)
[cpPlugins.git] / lib / CMakeLists.txt
index 4d3d3b720135a3f3400cbd992bf6f1209bb21876..06182ced53e7e48bdcda074845aedfd3139d7b13 100644 (file)
@@ -15,7 +15,7 @@ IF(Qt4_FOUND)
   TARGET_LINK_LIBRARIES(cpPlugins_QCustomPlot ${QT_LIBRARIES})
 ENDIF(Qt4_FOUND)
 LibFromDir(cpExtensions SHARED ${_dir}/cpExtensions ${_ver})
-TARGET_LINK_LIBRARIES(cpExtensions ${ITK_LIBRARIES} ${VTK_LIBRARIES})
+TARGET_LINK_LIBRARIES(cpExtensions ${ITK_LIBRARIES} ${VTK_LIBRARIES} ${QT_LIBRARIES})
 
 ## =====================
 ## == Build instances ==