Skip to content

Commit

Permalink
[Backport] Use ubuntu instead of gcc based images
Browse files Browse the repository at this point in the history
(adapted from commit MeVisLab/pythonqt@a93104d)

- also remove unneeded "pydebug.h" include
  -> fixes commontk#81
  • Loading branch information
mrbean-bremen authored and jcfr committed Dec 11, 2023
1 parent 72c3f74 commit 2d0c14a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PythonQt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@

#include <QDir>

#include <pydebug.h>
#include <vector>

PythonQt* PythonQt::_self = nullptr;
Expand Down

0 comments on commit 2d0c14a

Please sign in to comment.