From 6fa0cdbba18f5de4358a2fb37e08cc01ba776396 Mon Sep 17 00:00:00 2001 From: Joachim Wuttke <j.wuttke@fz-juelich.de> Date: Thu, 28 Mar 2024 11:30:43 +0100 Subject: [PATCH] rm linebreak --- GUI/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/GUI/CMakeLists.txt b/GUI/CMakeLists.txt index 4b259516fd7..c2032c11f86 100644 --- a/GUI/CMakeLists.txt +++ b/GUI/CMakeLists.txt @@ -13,9 +13,7 @@ set(lib BornAgainGUI) file(GLOB_RECURSE source_files *.cpp) file(GLOB_RECURSE forms_files *.ui) -set(resource_files - gui.qrc -) +set(resource_files gui.qrc) # --- Qt configuration --------- -- GitLab