Skip to content

Commit

Permalink
FIX: Fix deb build, use qcompile from source.
Browse files Browse the repository at this point in the history
  • Loading branch information
TurBoss committed Aug 31, 2023
1 parent af652eb commit a594879
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#!/usr/bin/make -f

export PYTHONPATH=$PYTHONPATH:debian/python3-qtpyvcp/usr/lib/python3.11/dist-packages

%:
dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:

override_dh_install:
dh_install
qcompile debian/python3-qtpyvcp
debian/python3-qtpyvcp/usr/bin/qcompile debian/python3-qtpyvcp

0 comments on commit a594879

Please sign in to comment.