Skip to content

Commit

Permalink
fix: fixed ci build error
Browse files Browse the repository at this point in the history
  • Loading branch information
flylai committed Jul 2, 2024
1 parent eaac13d commit a48910e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-plugin-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Kate Text Highlight Plugin Build

on:
push:
branches:
- master
release:
types: published
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.16)
set(PROJECT text-highlight-plugin)
project(${PROJECT} VERSION 1.0)

set(CMAKE_CXX_STANDARD 20)

set(KF_DEP_VERSION "${QT_MAJOR_VERSION}")
find_package(ECM ${KF_DEP_VERSION} QUIET REQUIRED NO_MODULE)

Expand Down

0 comments on commit a48910e

Please sign in to comment.