The Debian repository package doesn’t come with patched version of Qt, so in order to use wkhtmltox you need to install the package manually.

$ wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
$ tar -xvf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz 
$ cp wkhtmltox/bin/wk* /usr/local/bin/

Reference