Fix creator build when icc on Windows is used.

Task-number: QTCREATORBUG-16118
Change-Id: I3061d4534b1ec88e1960ce88d5e77c4e45b4a76d
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
David Schulz
2016-04-22 09:23:46 +02:00
parent 43aef556d3
commit 61e05385ba

View File

@@ -5,6 +5,6 @@ HEADERS += $$PWD/registryaccess.h
LIBS *= -lpsapi LIBS *= -lpsapi
# PS API and registry functions # PS API and registry functions
win32-msvc* { msvc {
LIBS *= -ladvapi32 LIBS *= -ladvapi32
} }