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"