tst_qmetacontainer: Remove non-existing typeflags.bin from build system
Change-Id: Icb1668493447e478f539016f330fe58c79dde454 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>bb10
parent
d3643d9690
commit
6b8ee60d8a
|
|
@ -4,13 +4,9 @@
|
|||
## tst_qmetacontainer Test:
|
||||
#####################################################################
|
||||
|
||||
# Collect test data
|
||||
list(APPEND test_data "./typeFlags.bin")
|
||||
|
||||
qt_internal_add_test(tst_qmetacontainer
|
||||
SOURCES
|
||||
tst_qmetacontainer.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
TESTDATA ${test_data}
|
||||
)
|
||||
|
|
|
|||
|
|
@ -2,6 +2,4 @@ CONFIG += testcase
|
|||
TARGET = tst_qmetacontainer
|
||||
QT = core-private testlib
|
||||
SOURCES = tst_qmetacontainer.cpp
|
||||
TESTDATA=./typeFlags.bin
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue