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 5e13040
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 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 Expand Up @@ -50,6 +50,7 @@ set_package_properties("Poppler-Qt5" PROPERTIES
URL "http://poppler.freedesktop.org"
TYPE REQUIRED
PURPOSE "Support for PDF files in KTikZ.")
include_directories(${Poppler_INCLUDE_DIRS})

add_subdirectory(app)
add_subdirectory(part)
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
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ override_dh_auto_configure:
dh_auto_configure
# configure the Qt version (qmake)
mkdir $(QTBUILD)
cd $(QTBUILD) && qmake-qt4 $(QMAKECONFIG) ../qtikz.pro
cd $(QTBUILD) && qmake $(QMAKECONFIG) ../qtikz.pro

override_dh_auto_build:
# build the KDE version (cmake)
Expand Down

0 comments on commit 5e13040

Please sign in to comment.