From 8a68a60ba5120a68095b13bebea82c68d01e9372 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Mon, 20 Jul 2015 13:02:54 +0200 Subject: [PATCH] Added one more dependency to QtDataView. --- Applications/DataExplorer/DataView/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/DataExplorer/DataView/CMakeLists.txt b/Applications/DataExplorer/DataView/CMakeLists.txt index d0db6e67b6c..2de5c500a8d 100644 --- a/Applications/DataExplorer/DataView/CMakeLists.txt +++ b/Applications/DataExplorer/DataView/CMakeLists.txt @@ -137,7 +137,7 @@ target_link_libraries(QtDataView INTERFACE FileIO QtBase ) -add_dependencies(QtDataView QtDiagramView) +add_dependencies(QtDataView QtDiagramView QtStratView) include(AddCatalystDependency) ADD_CATALYST_DEPENDENCY(QtDataView) -- GitLab