Skip to content

Commit ccf8ea9

Browse files
Try to fix appveyour build problem
1 parent dfb8543 commit ccf8ea9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/FloatingDockContainer.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848

4949
#ifdef Q_OS_WIN
5050
#include <windows.h>
51+
#ifdef _MSC_VER
52+
#pragma comment(lib, "User32.lib")
53+
#endif
5154
#endif
5255
#ifdef Q_OS_LINUX
5356
#include "linux/FloatingWidgetTitleBar.h"

0 commit comments

Comments
 (0)