forked from qt-creator/qt-creator
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:
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user