Commit 104e257c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: use Q_OS_MAC define in moc call

parent 9daf01ef
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment