From f98e8f00e1b45c543367f4287e6866b23f686f2c Mon Sep 17 00:00:00 2001 From: Roland Rossgotterer Date: Sat, 8 Feb 2020 09:29:48 +0100 Subject: [PATCH] Add missing linker library --- tests/blackcore/context/testcontext/testcontext.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/blackcore/context/testcontext/testcontext.pro b/tests/blackcore/context/testcontext/testcontext.pro index cde45d81e..f133b702d 100644 --- a/tests/blackcore/context/testcontext/testcontext.pro +++ b/tests/blackcore/context/testcontext/testcontext.pro @@ -23,6 +23,8 @@ INCLUDEPATH += \ SOURCES += testcontext.cpp +win32: LIBS += -lOle32 + DESTDIR = $$DestRoot/bin load(common_post)