summaryrefslogtreecommitdiffstats
path: root/examples/quick/controls/text
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2013-05-13 12:48:04 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-13 13:15:37 +0200
commit130f8d92aa330b8e34d77343072e7df651af2d9d (patch)
tree510ab5c0097d6c491afbc32cd3174393d5048e55 /examples/quick/controls/text
parentc6ffca160e1061bdda3cf1bf5e039f8d22bd6b96 (diff)
Examples: remove CONFIG+=console in text example
This is not needed. Change-Id: Ic65f2a1f7cf71d658bef194c05385aa34f3160b7 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'examples/quick/controls/text')
-rw-r--r--examples/quick/controls/text/text.pro1
1 files changed, 0 insertions, 1 deletions
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