I am on a Windows machine and trying to compile the QGLViewer with Qt 5.3. Therefore I use the GQLViewer.pro file to compile the lib with the Qt Creator. Unfortunately it always prompts:
\libQGLViewer-2.5.2\QGLViewer\saveSnapshot.cpp:545: Error: operands to ?: have different types 'QFileDialog::Option' and 'QFlag' overwrite?QFileDialog::DontConfirmOverwrite:QFlag(0));
Anyone an idea how to solve this problem?