Diaglib: Exclude Win32 window dump functions for WinRT
Change-Id: I1323b2212266b3cd7a355c6c022e3f2d2822f210 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
This commit is contained in:
parent
0c50edbe84
commit
8deeb6777d
@ -10,7 +10,7 @@ HEADERS += \
|
||||
$$PWD/qwindowdump.h \
|
||||
$$PWD/nativewindowdump.h
|
||||
|
||||
win32 {
|
||||
win32!winrt: {
|
||||
SOURCES += $$PWD/nativewindowdump_win.cpp
|
||||
LIBS *= -luser32
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user