You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
Hello, Thanks for the amazing app!
On ubuntu 16.04, running qmake and make gives
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 :)
The text was updated successfully, but these errors were encountered: