[vlc-commits] Qt: use Q_OS_MAC define in moc call

Jean-Baptiste Kempf git at videolan.org
Mon Jul 15 17:12:01 CEST 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jul 15 17:11:31 2013 +0200| [104e257c456d7ac1099bfbe2e65570eee8d5405b] | committer: Jean-Baptiste Kempf

Qt: use Q_OS_MAC define in moc call

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=104e257c456d7ac1099bfbe2e65570eee8d5405b
---

 modules/gui/qt4/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt4/Makefile.am b/modules/gui/qt4/Makefile.am
index fd7dc35..0727225 100644
--- a/modules/gui/qt4/Makefile.am
+++ b/modules/gui/qt4/Makefile.am
@@ -234,7 +234,7 @@ MOC_CPPFLAGS = $(DEFS) \
 	-I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) \
 	$(libqt4_plugin_la_CPPFLAGS)
 if HAVE_DARWIN
-MOC_CPPFLAGS += -DQ_WS_MAC
+MOC_CPPFLAGS += -DQ_OS_MAC
 endif
 if HAVE_WIN32
 MOC_CPPFLAGS += -D_WIN32



More information about the vlc-commits mailing list