- bgl_babylon.cc(781) : error C2196: case value '1' already used
I then tried installing qt 4.5.3, it doesn't have qtcreator, but when I qmake and then make I get this error:
- In file included from mainwindow.hh:13:0,
from main.cc:7:
build/ui_mainwindow.h:13:29: fatal error: QtWidgets/QAction: No such file or dir
ectory
#include <QtWidgets/QAction>
^
compilation terminated.
Makefile.Debug:1588: recipe for target 'build/main.o' failed
What do I need to do to get it to build?