[vlc-commits] qt4: fixed compilation for Mac
Felix Paul Kühne
git at videolan.org
Wed Apr 6 21:53:22 CEST 2011
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Apr 6 12:27:44 2011 +0200| [039aa3bf0fcd40151482b5b56097a706e1ac30c6] | committer: Felix Paul Kühne
qt4: fixed compilation for Mac
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=039aa3bf0fcd40151482b5b56097a706e1ac30c6
---
modules/gui/qt4/util/searchlineedit.hpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/util/searchlineedit.hpp b/modules/gui/qt4/util/searchlineedit.hpp
index aa4f2c5..0faf1fb 100644
--- a/modules/gui/qt4/util/searchlineedit.hpp
+++ b/modules/gui/qt4/util/searchlineedit.hpp
@@ -27,7 +27,11 @@
#ifndef _SEARCHLINEEDIT_H_
#define _SEARCHLINEEDIT_H_
+#ifdef __APPLE__
+#include "../qt4.hpp"
+#else
#include "qt4.hpp"
+#endif
#include <QLineEdit>
#if HAS_QT47
More information about the vlc-commits
mailing list