Fix qtdiag testing helper on Windows
The windows library user32 is no longer a known library for qmake; add it explicitly. Change-Id: I61f44e8a2cbccbabbdc5d58bd2615b431097aafd Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 5634bdf9ce1f3b30637f59f398e6134f75616c5f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
9f03c9304f
commit
0566e66e88
@ -12,7 +12,7 @@ HEADERS += \
|
||||
|
||||
win32: {
|
||||
SOURCES += $$PWD/nativewindowdump_win.cpp
|
||||
QMAKE_USE += user32
|
||||
QMAKE_LIBS += -luser32
|
||||
} else {
|
||||
SOURCES += $$PWD/nativewindowdump.cpp
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user