From d1a199b7b532fbba02fcd7ee8935987226443b88 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Thu, 26 Sep 2024 12:15:57 +0200 Subject: [PATCH] Fix qmake build Signed-off-by: Alexander Wenzel --- qdlt/qdlt.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qdlt/qdlt.pro b/qdlt/qdlt.pro index e51f5f40..978c5d6f 100644 --- a/qdlt/qdlt.pro +++ b/qdlt/qdlt.pro @@ -32,6 +32,8 @@ CONFIG += warn_on qt QT += network QT += serialport +win32:LIBS += User32.lib + # Put intermediate files in the build directory MOC_DIR = build/moc OBJECTS_DIR = build/obj