12 lines
		
	
	
		
			170 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			170 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/make -f
 | |
| 
 | |
| #DH_VERBOSE = 1
 | |
| %:
 | |
| 	dh $@ 
 | |
| 
 | |
| override_dh_auto_configure:
 | |
| 	dh_auto_configure -- -DUSE_QT5=yes
 | |
| 
 | |
| override_dh_strip:
 | |
| 	dh_strip --dbg-package=libqt5xdg-dbg
 |