From 7eb639e14924b442a67d56e4d647249eea9b8ab0 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Fri, 6 Jan 2017 15:43:10 +0100 Subject: [PATCH] [CMake] Widgets should be linked in Data Exporer --- Applications/DataExplorer/DataExplorer.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Applications/DataExplorer/DataExplorer.cmake b/Applications/DataExplorer/DataExplorer.cmake index 71b12b747c4..9698f3cb5f8 100644 --- a/Applications/DataExplorer/DataExplorer.cmake +++ b/Applications/DataExplorer/DataExplorer.cmake @@ -51,6 +51,7 @@ add_executable(DataExplorer target_link_libraries(DataExplorer Qt5::Core Qt5::Gui + Qt5::Widgets Qt5::Xml Qt5::Network ApplicationsLib -- GitLab