tst_QMetaProperty doesn't need QtGui

Change-Id: Id286827f692b7c49436ae8247f49eff993a47bdc
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
bb10
Marc Mutz 2012-11-22 11:12:54 +01:00 committed by The Qt Project
parent 86b2804eaf
commit aba0e53db9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qmetaproperty
QT = core gui testlib
QT = core testlib
SOURCES = tst_qmetaproperty.cpp
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0