Merge pull request 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>
#ifdef HAVE_OPENNI
#include <XnCppWrapper.h>
#if defined(HAVE_OPENNI) && !defined(Q_MOC_RUN)
#include <XnCppWrapper.h>
#endif
#include <vpx_codec.h>