summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qprogressdialog
diff options
context:
space:
mode:
authorDebao Zhang <hello@debao.me>2013-03-25 18:13:51 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-28 02:02:14 +0100
commitba3418ae752cb8d695c16aa6a6b056c55e38443f (patch)
treed7e9eebdbc3cfaa840c3d6ccaf79d59abf778d46 /tests/auto/widgets/dialogs/qprogressdialog
parentf6e739d9e3125d3866651b896bdb057f1bfb4da9 (diff)
QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
Change-Id: I1264784d6984edc70bf07e58ed763e1d1b001d7d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'tests/auto/widgets/dialogs/qprogressdialog')
-rw-r--r--tests/auto/widgets/dialogs/qprogressdialog/qprogressdialog.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/widgets/dialogs/qprogressdialog/qprogressdialog.pro b/tests/auto/widgets/dialogs/qprogressdialog/qprogressdialog.pro
index 0cc956679a..290374f825 100644
--- a/tests/auto/widgets/dialogs/qprogressdialog/qprogressdialog.pro
+++ b/tests/auto/widgets/dialogs/qprogressdialog/qprogressdialog.pro
@@ -7,6 +7,3 @@ CONFIG += parallel_test
TARGET = tst_qprogressdialog
QT += widgets testlib
SOURCES += tst_qprogressdialog.cpp
-
-
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0