From 8e0f6a9b1ddf3d71d190c04ad96668bf7897897b Mon Sep 17 00:00:00 2001 From: spiros Date: Wed, 19 Jun 2024 02:30:31 +0300 Subject: [PATCH] Fix Qt5 build --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f504e1f..04b355f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,8 +31,7 @@ set(PROJECT_SOURCES src/resources.qrc ) -qt_add_executable(KDiskInfo - MANUAL_FINALIZATION +add_executable(KDiskInfo ${PROJECT_SOURCES} )