Skip to content

Commit

Permalink
fix: Fix CI build and tag v1.0.9
Browse files Browse the repository at this point in the history
Remove unused depending dfm modules which block CI build.

Log: Fix CI build and v1.0.9 release.
  • Loading branch information
re2zero committed Jan 20, 2025
1 parent dd03c33 commit e191607
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
dde-cooperation (1.0.9) unstable; urgency=medium

* v1.0.9 version update.
* fix: fix CI build issue.

-- re2zero <[email protected]> Mon, 20 Jan 2025 17:30:43 +0800

dde-cooperation (1.0.8) unstable; urgency=medium

* v1.0.8 version update.
Expand Down
4 changes: 0 additions & 4 deletions src/lib/cooperation/dfmplugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ FILE(GLOB PLUGIN_FILES

find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core Gui)
find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Core Gui Widgets)
find_package(dfm-base REQUIRED)
find_package(dfm-framework REQUIRED)
find_package(Dtk${DTK_VERSION_MAJOR} COMPONENTS Widget REQUIRED)

add_library(${PROJECT_NAME}
Expand All @@ -54,8 +52,6 @@ target_link_libraries(${PROJECT_NAME}
Qt${QT_VERSION_MAJOR}::Core
Qt${QT_VERSION_MAJOR}::Widgets
Dtk${DTK_VERSION_MAJOR}::Widget
${dfm-base_LIBRARIES}
${dfm-framework_LIBRARIES}
)

#install library file
Expand Down

0 comments on commit e191607

Please sign in to comment.