From fb029eeac6c6e6d25d8a50087cdb3106cb8c275a Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Tue, 9 Oct 2012 15:09:34 +0200 Subject: QDoc/Bootstrap library: fix link error on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QSettingsPrivate on windows requires advapi32. Change-Id: If4de132827398033c7bb588f6f19bc6fe9619286 Reviewed-by: Tor Arne Vestbø --- src/tools/bootstrap/bootstrap.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/bootstrap') diff --git a/src/tools/bootstrap/bootstrap.pri b/src/tools/bootstrap/bootstrap.pri index 19e00ad478..7d3b9969fe 100644 --- a/src/tools/bootstrap/bootstrap.pri +++ b/src/tools/bootstrap/bootstrap.pri @@ -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 -- cgit v1.2.3