1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-03-14 10:09:52 +08:00

Try to fix appveyour build problem

This commit is contained in:
Uwe Kindler 2020-05-27 15:26:36 +02:00
parent dfb8543aee
commit ccf8ea9d1e

View File

@ -48,6 +48,9 @@
#ifdef Q_OS_WIN
#include <windows.h>
#ifdef _MSC_VER
#pragma comment(lib, "User32.lib")
#endif
#endif
#ifdef Q_OS_LINUX
#include "linux/FloatingWidgetTitleBar.h"