]> git.sesse.net Git - mlt/commitdiff
fix transition vqm build on mingw32
authorDan Dennedy <dan@dennedy.org>
Sat, 11 Feb 2012 20:22:02 +0000 (12:22 -0800)
committerunknown <ddennedy@.(none)>
Sat, 11 Feb 2012 20:22:02 +0000 (12:22 -0800)
src/modules/qimage/transition_vqm.cpp

index 430dd2a3e83630d24de86fd1816bad3f8cf04ee3..d08a308621dbdb9b205040c60bb19048404dddb7 100644 (file)
@@ -22,7 +22,7 @@
 #include <string.h>
 #include <math.h>
 #include <stdio.h>
-#include <QtGui>
+#include <QtGui/QtGui>
 
 static QApplication *app = 0;