diff --git a/modules/highgui/src/window_QT.cpp b/modules/highgui/src/window_QT.cpp index 7d83e274d6..89ae871ad5 100755 --- a/modules/highgui/src/window_QT.cpp +++ b/modules/highgui/src/window_QT.cpp @@ -110,6 +110,11 @@ CV_IMPL void cvInformation(const char* name, const char* text, int delayms) } +CV_IMPL int cvInitSystem( int, char** ) +{ + return 0; +} + CV_IMPL int cvWaitKey( int arg ) { int result = -1;