From 96792f4586ce138639ca48ab0928af386d7c2da2 Mon Sep 17 00:00:00 2001 From: x-tools Date: Fri, 22 Mar 2024 22:49:16 +0800 Subject: [PATCH] chore: remove useless code --- Source/Common/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Common/CMakeLists.txt b/Source/Common/CMakeLists.txt index aa693259..e708a9f7 100644 --- a/Source/Common/CMakeLists.txt +++ b/Source/Common/CMakeLists.txt @@ -25,7 +25,6 @@ list(APPEND ALL_SOURCE ${X_TOOLS_COMMOM_SOURCE_UI}) list(APPEND ALL_SOURCE ${X_TOOLS_COMMOM_SOURCE_CPP}) list(APPEND ALL_SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/Common.qrc) add_library(xToolsCommon STATIC ${ALL_SOURCE}) -target_link_libraries(xToolsCommon PRIVATE QtAES::QtAES) target_link_libraries(xToolsCommon PRIVATE Qt${QT_VERSION_MAJOR}::Core) target_link_libraries(xToolsCommon PRIVATE Qt${QT_VERSION_MAJOR}::Gui) target_link_libraries(xToolsCommon PRIVATE Qt${QT_VERSION_MAJOR}::Widgets)