mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			471 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			471 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| Alpine uses versioned Qt binaries
 | |
| 
 | |
| diff --git a/cmake/modules/QmlTest.cmake b/cmake/modules/QmlTest.cmake
 | |
| index 8241703..d209b55 100644
 | |
| --- a/cmake/modules/QmlTest.cmake
 | |
| +++ b/cmake/modules/QmlTest.cmake
 | |
| @@ -15,7 +15,7 @@
 | |
|  # qmltest_DEFAULT_IMPORT_PATHS
 | |
|  # qmltest_DEFAULT_PROPERTIES
 | |
|  
 | |
| -find_program(qmltestrunner_exe qmltestrunner)
 | |
| +find_program(qmltestrunner_exe qmltestrunner-qt5)
 | |
|  
 | |
|  if(NOT qmltestrunner_exe)
 | |
|    message(FATAL_ERROR "Could not locate qmltestrunner.")
 |