From 556dd0228aca07dfe8443fd99e9f2ead4e13ab22 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 6 Feb 2012 10:36:48 +0100 Subject: Add JSON support to the bootstrap library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The JSON support will get used in moc to support the creation of plugin metadata that's embedded into the plugin itself. Change-Id: I3bc52b16ca0a43bc8bf9141b450045c6183b7823 Reviewed-by: João Abecasis Reviewed-by: Bradley T. Hughes Reviewed-by: Thiago Macieira --- src/tools/bootstrap/bootstrap.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/bootstrap/bootstrap.pri') diff --git a/src/tools/bootstrap/bootstrap.pri b/src/tools/bootstrap/bootstrap.pri index 8a368cb228..e34cc5c033 100644 --- a/src/tools/bootstrap/bootstrap.pri +++ b/src/tools/bootstrap/bootstrap.pri @@ -60,7 +60,7 @@ hpux-acc*|hpuxi-acc* { else:if(unix|win32-g++*):LIBS_PRIVATE += -lz else:LIBS += zdll.lib } -win32:LIBS += -luser32 +win32:LIBS += -luser32 -lole32 mac { CONFIG -= incremental -- cgit v1.2.3