Skip to content

Commit

Permalink
ci(ubuntu): fix build rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmcarreira committed Apr 26, 2024
1 parent 2365ae0 commit 5696d92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ override_dh_auto_configure:
dh_auto_configure
# configure the Qt version (qmake)
mkdir $(QTBUILD)
cd $(QTBUILD) && qmake $(QMAKECONFIG) ../qtikz.pro
QT_SELECT=5 cd $(QTBUILD) && qmake $(QMAKECONFIG) ../qtikz.pro

override_dh_auto_build:
# build the KDE version (cmake)
dh_auto_build
# build the Qt version (qmake)
make -C $(QTBUILD)
QT_SELECT=5 make -C $(QTBUILD)

override_dh_auto_install:
# install the KDE version (cmake)
Expand Down

0 comments on commit 5696d92

Please sign in to comment.