Enable qmetatype test with CMake
Change-Id: I34dcc0ae9187092ae1e277c2b3676d551a76991a Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
33b1030929
commit
a97703d33a
@ -12,7 +12,7 @@ add_subdirectory(qmetaobject)
|
||||
add_subdirectory(qmetaobjectbuilder)
|
||||
add_subdirectory(qmetamethod)
|
||||
add_subdirectory(qmetaproperty)
|
||||
# add_subdirectory(qmetatype) # special case
|
||||
add_subdirectory(qmetatype)
|
||||
add_subdirectory(qmetaenum)
|
||||
if(TARGET Qt::Gui)
|
||||
add_subdirectory(qmimedata)
|
||||
|
@ -16,6 +16,7 @@ add_qt_test(tst_qmetatype
|
||||
../../../other/qvariant_common
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Threads::Threads # special case
|
||||
TESTDATA ${test_data}
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user