Skip to content

Commit

Permalink
ci(ubuntu): fix ubuntu dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmcarreira committed Apr 26, 2024
1 parent 8e66dbc commit 18829be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.24.0)
cmake_minimum_required(VERSION 3.22.0)
project(ktikz)

set(KTIKZ_VERSION "0.13.2")
Expand Down
2 changes: 2 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ Build-Depends: debhelper (>= 7.3.16~),
qtchooser,
qt5-qmake,
qtbase5-dev-tools,
qttools5-dev,
qttools5-dev-tools,
extra-cmake-modules,
libpoppler-qt5-dev,
libkf5xmlgui-dev,
libkf5texteditor-dev,
libkf5doctools-dev
libkf5parts-dev,
libkf5iconthemes-dev,
xsltproc,
Expand Down

0 comments on commit 18829be

Please sign in to comment.