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/patternistheaders | |
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/patternistheaders')
-rw-r--r-- | tests/auto/patternistheaders/patternistheaders.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/patternistheaders/patternistheaders.pro b/tests/auto/patternistheaders/patternistheaders.pro index 9ff24ae..a1f4596 100644 --- a/tests/auto/patternistheaders/patternistheaders.pro +++ b/tests/auto/patternistheaders/patternistheaders.pro @@ -4,4 +4,3 @@ SOURCES += tst_patternistheaders.cpp QT = core testlib include (../xmlpatterns.pri) -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 |