From e04464602c14d20489fb2cbed259576655b99648 Mon Sep 17 00:00:00 2001 From: Niels Weber Date: Mon, 17 Feb 2014 11:31:25 +0100 Subject: Silence private header warning. IFW has to be build statically anyway to be of use, so this warning isn't needed. Change-Id: I1062a299acc1bf1af83d93f597fe9db15da2bed5 Reviewed-by: Karsten Heimrich --- installerfw.pri | 1 + 1 file changed, 1 insertion(+) (limited to 'installerfw.pri') diff --git a/installerfw.pri b/installerfw.pri index c71749db2..c08418abe 100644 --- a/installerfw.pri +++ b/installerfw.pri @@ -99,6 +99,7 @@ isEqual(QT_MAJOR_VERSION, 4) { QTPLUGIN += qico qtaccessiblewidgets QT += concurrent network script xml } + CONFIG += no_private_qt_headers_warning } CONFIG += depend_includepath -- cgit v1.2.3