summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qstring_no_cast_from_bytearray/qstring_no_cast_from_bytearray.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/text/qstring_no_cast_from_bytearray/qstring_no_cast_from_bytearray.pro')
-rw-r--r--tests/auto/corelib/text/qstring_no_cast_from_bytearray/qstring_no_cast_from_bytearray.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/corelib/text/qstring_no_cast_from_bytearray/qstring_no_cast_from_bytearray.pro b/tests/auto/corelib/text/qstring_no_cast_from_bytearray/qstring_no_cast_from_bytearray.pro
new file mode 100644
index 0000000000..14dbe779db
--- /dev/null
+++ b/tests/auto/corelib/text/qstring_no_cast_from_bytearray/qstring_no_cast_from_bytearray.pro
@@ -0,0 +1,6 @@
+CONFIG += testcase
+TARGET = tst_qstring_no_cast_from_bytearray
+QT = core testlib
+SOURCES = tst_qstring_no_cast_from_bytearray.cpp
+DEFINES += QT_NO_CAST_FROM_BYTEARRAY
+