6 lines
		
	
	
		
			130 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			130 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/make -f
 | |
| #export DH_VERBOSE = 1
 | |
| 
 | |
| %:
 | |
| 	dh ${@} --buildsystem cmake --parallel --dbg-package=libqt5xdg1-dbg --fail-missing
 |