Add missing linker library

This commit is contained in:
Roland Rossgotterer
2020-02-08 09:29:48 +01:00
committed by Mat Sutcliffe
parent f7cd840d42
commit f98e8f00e1

View File

@@ -23,6 +23,8 @@ INCLUDEPATH += \
SOURCES += testcontext.cpp
win32: LIBS += -lOle32
DESTDIR = $$DestRoot/bin
load(common_post)