Add QProperty tests to the cmake build

Change-Id: I043ea1db316618871b387213ee379075d756d0b5
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
bb10
Simon Hausmann 2020-03-26 09:37:29 +01:00
parent 80be47ae06
commit 96de3e26db
2 changed files with 15 additions and 0 deletions

View File

@ -38,3 +38,6 @@ add_subdirectory(qvariant)
if(win32_x_ AND NOT WINRT)
add_subdirectory(qwineventnotifier)
endif()
if(QT_FEATURE_private_tests)
add_subdirectory(qproperty)
endif()

View File

@ -0,0 +1,12 @@
# Generated from qproperty.pro.
#####################################################################
## tst_qproperty Test:
#####################################################################
qt_add_test(tst_qproperty
SOURCES
tst_qproperty.cpp
PUBLIC_LIBRARIES
Qt::CorePrivate
)