This commit is contained in:
2025-08-26 22:57:23 +08:00
commit b703135335
25222 changed files with 6200887 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
CONFIG += testcase
TARGET = ../tst_qtextstream
QT = core network testlib
SOURCES = ../tst_qtextstream.cpp
RESOURCES += ../qtextstream.qrc
INCLUDEPATH += ../../../../../shared/
HEADERS += ../../../../../shared/emulationdetector.h
win32 {
CONFIG(debug, debug|release) {
TARGET = ../../debug/tst_qtextstream
} else {
TARGET = ../../release/tst_qtextstream
}
}
TESTDATA += \
../rfc3261.txt \
../shift-jis.txt \
../task113817.txt \
../qtextstream.qrc \
../tst_qtextstream.cpp \
../resources \
../BLACKLIST
builtin_testdata {
DEFINES += BUILTIN_TESTDATA
}