26 lines
802 B
Diff
26 lines
802 B
Diff
From 51564897ca10786adc6c5c2ca742aa43d7937136 Mon Sep 17 00:00:00 2001
|
|
From: Alexey Pavlov <alexpux@gmail.com>
|
|
Date: Wed, 10 Jan 2018 15:13:01 +0300
|
|
Subject: [PATCH 6/7] Linking libqt_plugin with winmm
|
|
|
|
---
|
|
modules/gui/qt/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/modules/gui/qt/Makefile.am b/modules/gui/qt/Makefile.am
|
|
index cb77b14d96..f8271f33e0 100644
|
|
--- a/modules/gui/qt/Makefile.am
|
|
+++ b/modules/gui/qt/Makefile.am
|
|
@@ -33,7 +33,7 @@ libqt_plugin_la_CXXFLAGS += $(WAYLAND_CLIENT_CFLAGS)
|
|
libqt_plugin_la_LIBADD += $(WAYLAND_CLIENT_LIBS)
|
|
endif
|
|
if HAVE_WIN32
|
|
-libqt_plugin_la_LIBADD += $(LIBCOM) -lcomctl32 -luuid
|
|
+libqt_plugin_la_LIBADD += $(LIBCOM) -lcomctl32 -luuid -lwinmm
|
|
endif
|
|
if UPDATE_CHECK
|
|
libqt_plugin_la_CPPFLAGS += -DUPDATE_CHECK
|
|
--
|
|
2.15.0
|
|
|