I'm trying to run 'make linux-jack' in miniAudicle1.3.5.2's source directory, and the build fails nearly immediately with:

which: no qmake-qt4 in (/home/cjoseph/anaconda2/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3:/usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.8.2:/usr/x86_64-pc-linux-gnu/gnat-gcc-bin/4.3:/usr/libexec/gnat-gcc/x86_64-pc-linux-gnu/4.3:/usr/games/bin:/usr/local/ec2/ec2-api-tools-1.6.13.0/bin:/home/cjoseph/piran/platform_util)
....
In file included from qt/mAMainWindow.cpp:25:0:
qt/mAMainWindow.h:28:23: fatal error: QMainWindow: No such file or directory
 #include <QMainWindow>

The website just specifies qt4.8+, I currently have Qt 5.6.2. Is there any QT5 support?  QT5 has been out for 5 years now and it's nearly impossible to downgrade, so I am really hoping the answer is yes!

Thanks,
-Colleen