QtWidget/QAction no such file or directory
-
I am making a qt application. Same application compiles fine in linux and windows but is giving an error in mac OS X 10.6 :
QtWidgets/QAction no such file or directory
i have this line in my .pro file
QT += core gui xml network widgetscan any body tell me how to solve this problem. My QT version is 5.0.2.
-
Try including only QAction:
@
#include <QAction>
@ -
Seems my answer disappeared...
Are you using a custom Qt build ?