qt5base-lts/tests/auto/widgets/styles/CMakeLists.txt
Tor Arne Vestbø 77885f8402 cmake: Remove APPLE prefix from platform names
None of the other platforms have it.

Change-Id: Ib448c2c03ba03f711b507ef391977c0e6aa7c192
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2020-03-16 17:57:56 +01:00

13 lines
269 B
CMake

# Generated from styles.pro.
if (MACOS)
add_subdirectory(qmacstyle)
endif()
add_subdirectory(qstyle)
if (NOT UIKIT AND NOT ANDROID AND NOT QNX)
add_subdirectory(qstyleoption)
endif()
if (QT_FEATURE_private_tests)
add_subdirectory(qstylesheetstyle)
endif()