Add QProperty tests to the cmake build
Change-Id: I043ea1db316618871b387213ee379075d756d0b5 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>bb10
parent
80be47ae06
commit
96de3e26db
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -0,0 +1,12 @@
|
|||
# Generated from qproperty.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qproperty Test:
|
||||
#####################################################################
|
||||
|
||||
qt_add_test(tst_qproperty
|
||||
SOURCES
|
||||
tst_qproperty.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
Loading…
Reference in New Issue