framelesshelper/examples/CMakeLists.txt

6 lines
154 B
CMake

if(TARGET Qt${QT_VERSION_MAJOR}::Widgets)
add_subdirectory(widget)
endif()
if(TARGET Qt${QT_VERSION_MAJOR}::Quick)
add_subdirectory(quick)
endif()