Merge pull request #737 from birarda/qt5

fix automoc error for OpenNI header
This commit is contained in:
Stephen Birarda 2013-07-31 16:18:32 -07:00
commit 493eda8dd0

View file

@ -19,8 +19,8 @@
#include <opencv2/opencv.hpp> #include <opencv2/opencv.hpp>
#ifdef HAVE_OPENNI #if defined(HAVE_OPENNI) && !defined(Q_MOC_RUN)
#include <XnCppWrapper.h> #include <XnCppWrapper.h>
#endif #endif
#include <vpx_codec.h> #include <vpx_codec.h>