mirror of
				https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
				synced 2025-10-31 17:04:04 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			242 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			242 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/make -f
 | |
| 
 | |
| export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 | |
| 
 | |
| %:
 | |
| 	dh $@ --with kf5
 | |
| 
 | |
| override_dh_auto_configure:
 | |
| 	dh_auto_configure -- -DWITH_PYTHONQT=ON -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
 | |
| 
 | |
| override_dh_auto_test:
 | |
| 
 |