Commit a3e1052c authored by Martell Malone's avatar Martell Malone Committed by Jean-Baptiste Kempf

Win32: add -lcomctl32 -luuid to Qt module

(cherry picked from commit 53316b8c9f72de7788a4de7e08602b46ec7f17b7)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 269d85c5
......@@ -20,7 +20,7 @@ libqt4_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(guidir)'
if HAVE_OS2
else
if HAVE_WIN32
libqt4_plugin_la_LIBADD += -lole32
libqt4_plugin_la_LIBADD += -lole32 -lcomctl32 -luuid
else
libqt4_plugin_la_LIBADD += $(X_LIBS) $(X_PRE_LIB) -lX11
endif
......
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