diff options
author | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-08-24 15:03:49 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-08-31 09:08:37 +0000 |
commit | 1e4dd3aa1cea2cfc1bcda27942f7865aedf6fa2f (patch) | |
tree | c2240d4c8b753fda8dba6514828f4a4ed3b47b45 /tests/auto/qxmlschema | |
parent | d7aff0febb4101084e9efb8e76cf4f5d7533c047 (diff) | |
download | qtxmlpatterns-1e4dd3aa1cea2cfc1bcda27942f7865aedf6fa2f.tar.gz |
Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.
Change-Id: Idf9932358a6442395dfb95655a8d46be7f57f81b
Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'tests/auto/qxmlschema')
-rw-r--r-- | tests/auto/qxmlschema/qxmlschema.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qxmlschema/qxmlschema.pro b/tests/auto/qxmlschema/qxmlschema.pro index f03ba91..2543a6c 100644 --- a/tests/auto/qxmlschema/qxmlschema.pro +++ b/tests/auto/qxmlschema/qxmlschema.pro @@ -4,4 +4,3 @@ SOURCES += tst_qxmlschema.cpp QT += network testlib include (../xmlpatterns.pri) -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 |