I have a class to inherit QMenu/QMenuPrivate, and compiler tell an error in QtWidgets\private\qmenu_p.h, line64:
#include <qpa/qplatformmenu.h>
error:qpa/qplatformmenu.h: No such file or directory.
In Qt4.7 my code is Ok. In Qt5, I found the file is there at “mingw47_32\include\QtGui\5.0.2\QtGui\qpa”, but just can’t include it. Does someone know about this?
↧