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} )