mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 12:13:28 +02:00
Merge pull request #737 from birarda/qt5
fix automoc error for OpenNI header
This commit is contained in:
commit
493eda8dd0
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue