diff --git a/Applications/DataExplorer/DataView/CMakeLists.txt b/Applications/DataExplorer/DataView/CMakeLists.txt
index c66ee3216dd4f67bcdedaf61dc8b675e96b0c55a..18c2a0e1fd817ffc58b0958d812b11ae59b63a5c 100644
--- a/Applications/DataExplorer/DataView/CMakeLists.txt
+++ b/Applications/DataExplorer/DataView/CMakeLists.txt
@@ -133,6 +133,7 @@ add_library(QtDataView STATIC
 target_link_libraries(QtDataView PUBLIC Qt4::QtCore Qt4::QtGui)
 target_link_libraries(QtDataView INTERFACE
 	FileIO
+	DataHolderLib
 	QtBase
 )
 add_dependencies(QtDataView QtDiagramView QtStratView)
diff --git a/FileIO/CMakeLists.txt b/FileIO/CMakeLists.txt
index 761268d714da9df66ad2d76795906a450e7629f6..e4428a07a1fe7c2d5366860f65f96e88dad15200 100644
--- a/FileIO/CMakeLists.txt
+++ b/FileIO/CMakeLists.txt
@@ -60,6 +60,7 @@ target_link_libraries(FileIO INTERFACE
 	InSituLib
 	MeshLib
 	logog
+	shp
 )
 if(QT4_FOUND)
 	target_link_libraries(FileIO PUBLIC Qt4::QtXml Qt4::QtXmlPatterns)