From 130f8d92aa330b8e34d77343072e7df651af2d9d Mon Sep 17 00:00:00 2001 From: Caroline Chao <caroline.chao@digia.com> Date: Mon, 13 May 2013 12:48:04 +0200 Subject: [PATCH] Examples: remove CONFIG+=console in text example This is not needed. Change-Id: Ic65f2a1f7cf71d658bef194c05385aa34f3160b7 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com> --- examples/quick/controls/text/text.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/quick/controls/text/text.pro b/examples/quick/controls/text/text.pro index 3b5b10469..386f845f0 100644 --- a/examples/quick/controls/text/text.pro +++ b/examples/quick/controls/text/text.pro @@ -1,5 +1,4 @@ QT += qml quick -CONFIG += console TARGET = text qtHaveModule(widgets) { QT += widgets -- GitLab