95bba3802b
- 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>
7 lines
79 B
Prolog
7 lines
79 B
Prolog
CONFIG += testcase
|
|
|
|
QT = core testlib
|
|
SOURCES += tst_uic.cpp
|
|
TARGET = tst_uic
|
|
|