File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 11
2- set (QT6_REQUIRED_COMPONENTS Core Gui GuiPrivate  DBus Widgets)
2+ set (QT6_REQUIRED_COMPONENTS Core Gui DBus Widgets)
33
44if  (ENABLE_QT6_WAYLAND_WORKAROUND)
5-   list (APPEND  QT6_REQUIRED_COMPONENTS WaylandClient WaylandClientPrivate  WaylandGlobalPrivate)
5+   list (APPEND  QT6_REQUIRED_COMPONENTS WaylandClient WaylandGlobalPrivate)
66endif ()
77find_package (Qt6 ${REQUIRED_QT6_VERSION}  CONFIG REQUIRED COMPONENTS ${QT6_REQUIRED_COMPONENTS} )
88
9+ if  (NOT  TARGET  Qt6::GuiPrivate)
10+     find_package (Qt6GuiPrivate CONFIG REQUIRED)
11+ endif ()
12+ 
13+ if  (ENABLE_QT6_WAYLAND_WORKAROUND AND  NOT  TARGET  Qt6::WaylandClientPrivate)
14+     find_package (Qt6WaylandClientPrivate CONFIG REQUIRED)
15+ endif ()
16+ 
17+ 
918add_subdirectory (dbusaddons)
1019add_subdirectory (platforminputcontext)
1120
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments