Skip to content

Commit

Permalink
qt: qpa/qplatformnativeinterface.h is only needed on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
funman committed Mar 18, 2014
1 parent 7e5e92b commit 5c03166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gui/qt4/main_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
#include <vlc_vout_display.h> /* vout_thread_t and VOUT_ events */


#if QT_VERSION >= 0x050000
#if defined(_WIN32) && QT_VERSION >= 0x050000
#include <QWindow>
#include <qpa/qplatformnativeinterface.h>
#endif
Expand Down

0 comments on commit 5c03166

Please sign in to comment.