Skip to content

Commit

Permalink
Bugfix: wrong include dir for QApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
j0r1 committed Dec 23, 2016
1 parent fa6e637 commit 8b174cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/avsession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <mippainputoutput.h>
#include <iostream>
#include <jrtplib3/rtpipv4address.h>
#include <QtGui/QApplication>
#include <QtWidgets/QApplication>
#include <QtWidgets/QMainWindow>
#include <stdlib.h>
#ifndef WIN32
Expand Down
3 changes: 2 additions & 1 deletion tests/qtouttest.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "mipconfig.h"

#include <iostream>

using namespace std;
Expand All @@ -15,7 +16,7 @@ using namespace std;
#include "mipavcodecframeconverter.h"
#include "mipoutputmessagequeuesimple.h"
#include "mipyuv420fileinput.h"
#include <QtGui/QApplication>
#include <QtWidgets/QApplication>
#include <QtCore/QThread>
#include <QtWidgets/QMainWindow>
#include <QtWidgets/QMdiArea>
Expand Down

0 comments on commit 8b174cb

Please sign in to comment.