On Sat, Jul 4, 2015 at 3:09 PM, Kjetil Matheussen <k.s.matheussen@gmail.com> wrote:
To be honest, I didn't try it myself. I just checked that it started using wine.

There are three problems with it:

1. It doesn't find the jackd.exe binary. I don't know how the path is handled
    in qjackctl under windows. Maybe the problem is that it was a 32 bit build
    of qjackctl and a 64 bit build of jack?

I'll try to figure out these three issues. Just want to say that the first problem seems
to be caused by QFileInfo::isExecutable() returning true when the file doesn't exist.
(Not a very sane behavor IMO. Maybe it's a bug in qt...)