From fd92efab672d1f559339cba0751a55cfcb2aaaef Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 14 Dec 2012 19:38:29 +0100 Subject: remove some unnecessary CONFIG additions qt is already added by spec_pre.prf. Change-Id: Ie2cf7c733718319437a823993c09778507c423ef Reviewed-by: Joerg Bornemann --- tools/qml/qml.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/qml') diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro index 877fbee2..669b4cea 100644 --- a/tools/qml/qml.pro +++ b/tools/qml/qml.pro @@ -1,5 +1,5 @@ TEMPLATE = app -CONFIG += qt uic declarative_debug declarative +CONFIG += uic declarative_debug declarative DESTDIR = $$QT.declarative.bins include(qml.pri) -- cgit v1.2.3