Fix qtdiag testing helper on Windows
The windows library user32 is no longer a known library for qmake; add it explicitly. Pick-to: 6.0 Change-Id: I61f44e8a2cbccbabbdc5d58bd2615b431097aafd Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
3859f15ec9
commit
5634bdf9ce
@ -12,7 +12,7 @@ HEADERS += \
|
||||
|
||||
win32: {
|
||||
SOURCES += $$PWD/nativewindowdump_win.cpp
|
||||
QMAKE_USE += user32
|
||||
QMAKE_LIBS += -luser32
|
||||
} else {
|
||||
SOURCES += $$PWD/nativewindowdump.cpp
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user