ci
+ Windows failure fixed by https://codereview.qt-project.org/c/qt/qtbase/+/468903 https://bugreports.qt.io/browse/QTBUG-112204
This commit is contained in:
		
							parent
							
								
									cd641072ab
								
							
						
					
					
						commit
						98793f7a75
					
				@ -67,10 +67,12 @@ option(
 | 
				
			|||||||
    OFF
 | 
					    OFF
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if(NOT QTK_DEBUG)
 | 
					if(QTK_DEBUG OR CMAKE_BUILD_TYPE MATCHES "[Dd][Ee][Bb][Uu][Gg]")
 | 
				
			||||||
  set(CMAKE_BUILD_TYPE Release)
 | 
					  set(QTK_DEBUG ON)
 | 
				
			||||||
else()
 | 
					 | 
				
			||||||
  set(CMAKE_BUILD_TYPE Debug)
 | 
					  set(CMAKE_BUILD_TYPE Debug)
 | 
				
			||||||
 | 
					else()
 | 
				
			||||||
 | 
					  set(QTK_DEBUG OFF)
 | 
				
			||||||
 | 
					  set(CMAKE_BUILD_TYPE Release)
 | 
				
			||||||
endif()
 | 
					endif()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# This should be set to your Qt6 installation directory.
 | 
					# This should be set to your Qt6 installation directory.
 | 
				
			||||||
 | 
				
			|||||||
@ -6,4 +6,8 @@ set_and_check(QTK_EXECUTABLE "${PACKAGE_PREFIX_DIR}/bin/qtk_gui")
 | 
				
			|||||||
set_and_check(QTK_INCLUDE_DIR "${PACKAGE_PREFIX_DIR}/include")
 | 
					set_and_check(QTK_INCLUDE_DIR "${PACKAGE_PREFIX_DIR}/include")
 | 
				
			||||||
set_and_check(QTK_LIBRARIES "${PACKAGE_PREFIX_DIR}/lib")
 | 
					set_and_check(QTK_LIBRARIES "${PACKAGE_PREFIX_DIR}/lib")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					set_and_check(Qtk_EXECUTABLE "${PACKAGE_PREFIX_DIR}/bin/qtk_gui")
 | 
				
			||||||
 | 
					set_and_check(Qtk_INCLUDE_DIR "${PACKAGE_PREFIX_DIR}/include")
 | 
				
			||||||
 | 
					set_and_check(Qtk_LIBRARIES "${PACKAGE_PREFIX_DIR}/lib")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
check_required_components(Qtk)
 | 
					check_required_components(Qtk)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user