From 6a1a69e9e299a5cd7b7f262508d11de5e610c5b9 Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Wed, 4 May 2011 11:52:52 +0200 Subject: [PATCH] added private headers to qmlplugindump.pro --- tools/qmlplugindump/qmlplugindump.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qmlplugindump/qmlplugindump.pro b/tools/qmlplugindump/qmlplugindump.pro index 53827e2..b9fc0fc 100644 --- a/tools/qmlplugindump/qmlplugindump.pro +++ b/tools/qmlplugindump/qmlplugindump.pro @@ -2,7 +2,7 @@ TEMPLATE = app CONFIG += qt uic console DESTDIR = ../../bin -QT += declarative +QT += declarative declarative-private core-private TARGET = qmlplugindump -- 2.7.4