From 7c60b928892e33ca28f5117698d4ab9dd619e920 Mon Sep 17 00:00:00 2001 From: Bindea Cristian Date: Tue, 26 Mar 2024 16:40:49 +0200 Subject: [PATCH] gui/cmakelists: remove unnecessary message Signed-off-by: Bindea Cristian --- gui/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 218078c959..9e925211ee 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -40,9 +40,6 @@ file( ) file(GLOB UI_LIST ui/*.ui) -message(${SRC_LIST}) -message(${HEADER_LIST}) - qt_add_resources(PROJECT_RESOURCES res/resources.qrc) if(ANDROID)