new define NEXUS_USE_QT

This commit is contained in:
Federico Ponchio 2012-01-05 17:52:34 +00:00
parent b535e9293e
commit a032a4dae6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include <wrap/system/multithreading/mt.h>
#include <wrap/system/multithreading/atomic_int.h>
#ifdef QT_CORE_LIB
#ifdef NEXUS_USE_QT
#include <QWaitCondition>
#endif