NOISSUE Don't attempt to package the accessible plugins on Qt >= 5.4
This commit is contained in:
		@@ -434,6 +434,8 @@ else()
 | 
			
		||||
	)
 | 
			
		||||
	if(APPLE)
 | 
			
		||||
		# Accessible plugin to make buttons look decent on osx
 | 
			
		||||
		if("${Qt5Core_VERSION_STRING}" VERSION_LESS "5.4.0")
 | 
			
		||||
			message(STATUS "Packaging the Qt accessible plugins because we're on Qt ${Qt5Core_VERSION_STRING}")
 | 
			
		||||
			install(
 | 
			
		||||
				DIRECTORY "${QT_PLUGINS_DIR}/accessible"
 | 
			
		||||
				DESTINATION ${PLUGIN_DEST_DIR}
 | 
			
		||||
@@ -444,6 +446,7 @@ else()
 | 
			
		||||
			)
 | 
			
		||||
		endif()
 | 
			
		||||
	endif()
 | 
			
		||||
endif()
 | 
			
		||||
 | 
			
		||||
# qtconf
 | 
			
		||||
install(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user