summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/func_export/func_export.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/qmake/testdata/func_export/func_export.pro')
-rw-r--r--tests/auto/tools/qmake/testdata/func_export/func_export.pro4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/tools/qmake/testdata/func_export/func_export.pro b/tests/auto/tools/qmake/testdata/func_export/func_export.pro
index bf328dc4fc..fc3818985b 100644
--- a/tests/auto/tools/qmake/testdata/func_export/func_export.pro
+++ b/tests/auto/tools/qmake/testdata/func_export/func_export.pro
@@ -17,7 +17,3 @@ callDoExport()
!isEqual(EXPORTED, "foo bar baz") {
message( "FAILED: global-scope exports [$$EXPORTED] != foo bar baz" )
}
-
-
-
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0