ca477f4 Unbreak CMake Qt6::ExampleIconsPrivate package

Authored and Committed by luk1337 9 months ago
    Unbreak CMake Qt6::ExampleIconsPrivate package
    
    This fixes build for the following CMakeLists.txt:
      cmake_minimum_required(VERSION 3.18)
      project(hello)
      find_package(Qt6 COMPONENTS ExampleIconsPrivate)
    
        
file modified
+6 -4