summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/uic.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-08-02 11:02:24 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-02 20:38:54 +0200
commit95bba3802b71532b656c277406ee802db099ed2f (patch)
treef6784418d43587f25a3e0c16047b94a6fa65539b /tests/auto/tools/uic/uic.pro
parente0b39658318502dc30dcd40c5e2cadadce7d997c (diff)
uic-Autotest: Remove SRCDIR-define, add stdout-test.
- Replace SRCDIR define by QFINDTESTDATA, simplify code. - Introduce a test for stdout mode that verifies the newline convention. - Use a temporary directory as not to clobber the test directory and introduce an environment variable UIC_KEEP_GENERATED_FILES to keep them for error analysis. Task-number: QTBUG-26730 Change-Id: I22e3bb5a9ca92a1977c29b165ea605f1017baa02 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'tests/auto/tools/uic/uic.pro')
-rw-r--r--tests/auto/tools/uic/uic.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/tools/uic/uic.pro b/tests/auto/tools/uic/uic.pro
index bee11660a4..3d8b7f85cd 100644
--- a/tests/auto/tools/uic/uic.pro
+++ b/tests/auto/tools/uic/uic.pro
@@ -4,6 +4,3 @@ QT = core testlib
SOURCES += tst_uic.cpp
TARGET = tst_uic
-# This test is not run on wince (I think)
-DEFINES += SRCDIR=\\\"$$PWD/\\\"
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0