summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qbytedatabuffer
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-10-08 12:14:20 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-16 17:10:15 +0200
commitf14e2686949bf969c2b0da76816b71a7167089f9 (patch)
tree3a62eaa9e5bbb58442ba4d5d91af621a9e8ee0bf /tests/auto/corelib/tools/qbytedatabuffer
parent677825f0bad9ee8fb48edf3d4b18799d298767c5 (diff)
don't erroneously claim that gui support is needed
Change-Id: Ia7b1f02cab9fa0fc9e487ca49d75e85ed0cfee9d Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/corelib/tools/qbytedatabuffer')
-rw-r--r--tests/auto/corelib/tools/qbytedatabuffer/qbytedatabuffer.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/tools/qbytedatabuffer/qbytedatabuffer.pro b/tests/auto/corelib/tools/qbytedatabuffer/qbytedatabuffer.pro
index 135b1ff8c4..e23018f96a 100644
--- a/tests/auto/corelib/tools/qbytedatabuffer/qbytedatabuffer.pro
+++ b/tests/auto/corelib/tools/qbytedatabuffer/qbytedatabuffer.pro
@@ -1,4 +1,4 @@
TARGET = tst_qbytedatabuffer
CONFIG += testcase
-QT += core-private testlib
+QT = core-private testlib
SOURCES += tst_qbytedatabuffer.cpp