fdf5d11ff6
Multiple tests use qt_internal_add_resource that copies the functionality that is already implemented inside the qt_internal_add_test function. Simplify these test by replacing the qt_internal_add_resource call with the new BUILTIN_TESTDATA option. Change-Id: I18475b817d6f87264f0de53817d6c26c5ccab4e2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
13 lines
295 B
CMake
13 lines
295 B
CMake
# Generated from styles.pro.
|
|
|
|
if(APPLE)
|
|
add_subdirectory(qmacstyle)
|
|
endif()
|
|
if(QT_FEATURE_private_tests)
|
|
add_subdirectory(qstyle)
|
|
endif()
|
|
add_subdirectory(qstyleoption)
|
|
if(QT_FEATURE_private_tests AND NOT ANDROID AND NOT QNX AND NOT UIKIT)
|
|
add_subdirectory(qstylesheetstyle)
|
|
endif()
|