OpenSceneGraph/examples/osgviewerQt
2015-03-20 11:48:21 +00:00
..
CMakeLists.txt
osgviewerQt.cpp From Jannik Heller, "Fix for Qt4 multi-threaded crash. This patch adds the AA_X11InitThreads flag to the QApplication setup, meaning QT will call XInitThreads for us. This also bumps the required QT version to 4.8+, because the AA_X11InitThreads flag was introduced in that version. If that is not acceptable, we could add a QT_VERSION >= 0x040800 guard, or manually call XInitThreads() instead. Let me know what you think." 2015-03-20 11:48:21 +00:00