QDoc/Bootstrap library: fix link error on Windows

QSettingsPrivate on windows requires advapi32.

Change-Id: If4de132827398033c7bb588f6f19bc6fe9619286
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
bb10
Pierre Rossi 2012-10-09 15:09:34 +02:00 committed by The Qt Project
parent 7e3f46fdaa
commit fb029eeac6
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ hpux-acc*|hpuxi-acc* {
!contains(QT_CONFIG, zlib):!contains(QT_CONFIG, no-zlib):!cross_compile {
include($$PWD/../../3rdparty/zlib_dependency.pri)
}
win32:LIBS += -luser32 -lole32
win32:LIBS += -luser32 -lole32 -ladvapi32
mac {
CONFIG -= incremental