Don't enforce C++11
We require C++17 in Qt6 Change-Id: I2dde485524208a1c7131869f4267f44ad2b32e9f Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>bb10
parent
c0d2deac8b
commit
dca3d467a7
|
|
@ -1,6 +1,5 @@
|
|||
CONFIG += testcase
|
||||
TARGET = tst_qoffsetstringarray
|
||||
QT = core testlib core-private
|
||||
CONFIG += c++11
|
||||
CONFIG += strict_c++
|
||||
SOURCES = $$PWD/tst_qoffsetstringarray.cpp
|
||||
|
|
|
|||
Loading…
Reference in New Issue