|  |  |  | @ -17,6 +17,7 @@ | 
			
		
	
		
			
				
					|  |  |  |  | prefix="${SDECFG_PKG_QT4_PREFIX:-usr}" | 
			
		
	
		
			
				
					|  |  |  |  | if [ "$prefix" = "usr" ]; then | 
			
		
	
		
			
				
					|  |  |  |  | 	docdir=$docdir/$pkg | 
			
		
	
		
			
				
					|  |  |  |  | 	datadir=$datadir/$pkg | 
			
		
	
		
			
				
					|  |  |  |  | fi | 
			
		
	
		
			
				
					|  |  |  |  | set_confopt | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | @ -35,7 +36,7 @@ export QT4DIR QT41DIR | 
			
		
	
		
			
				
					|  |  |  |  | EOT | 
			
		
	
		
			
				
					|  |  |  |  | } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | confopt="-prefix $root/$prefix -bindir $root/$bindir -libdir $root/$libdir -docdir $root/$docdir -headerdir $root/$includedir/$pkg -plugindir $root/$libdir/$pkg/plugins -datadir $root/$datadir/$pkg -translationdir $root/$datadir/$pkg/translations -sysconfdir $root/$sysconfdir -v" | 
			
		
	
		
			
				
					|  |  |  |  | confopt="-prefix $root/$prefix -bindir $root/$bindir -libdir $root/$libdir -docdir $root/$docdir -headerdir $root/$includedir -plugindir $root/$libdir/$pkg/plugins -datadir $root/$datadir -translationdir $root/$datadir/translations -sysconfdir $root/$sysconfdir -v" | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | # Disable debug information, this interferes with qt4 suffix. With debug | 
			
		
	
		
			
				
					|  |  |  |  | # enabled we end up with 2 sets of executables. One with qt4 suffix and | 
			
		
	
	
		
			
				
					|  |  |  | 
 |