diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index 1f7705d12..45a9d2e39 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -63,11 +63,6 @@ target_link_libraries( Qt6::Widgets Qt6::Network) -target_compile_definitions( - ${target} PRIVATE -DDESKFLOW_VERSION_STAGE="${DESKFLOW_VERSION_STAGE}") -target_compile_definitions(${target} - PRIVATE -DDESKFLOW_REVISION="${DESKFLOW_REVISION}") - if(WIN32) set_target_properties(${target} PROPERTIES LINK_FLAGS "/NODEFAULTLIB:LIBCMT") elseif(APPLE)