Hello, Thanks for the amazing app!
On ubuntu 16.04, running qmake and make gives
lapi.h:33:29: error: ‘function’ in namespace ‘std’ does not name a
template type
Running qmake -project, qmake -makefile, then qmake gives
advanceddialog.h:4:19: fatal error: QDialog: No such file or directory
After some googling, I changed QDialog to Qwidget in advanceddialog.h, but still got
advanceddialog.h:4:19: fatal error: QWidget: No such file or directory
Ran using qt 5.4, 5.7.
Any help will be great :)