summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
blob: 67abeef57bf259e624564d0ff70fec47dc547b8e (plain)
1
2
3
4
5
6
7
8
# special case begin
if(QT_BUILD_STANDALONE_TESTS)
    qt_find_package(Qt6 REQUIRED COMPONENTS BuildInternals Core Test)
    qt_find_package(Qt6 COMPONENTS Svg Widgets Xml)
endif()
# special case end

qt_build_tests()