forked from qt-creator/qt-creator
		
	yet another hack Change-Id: Ic041e8bdfb7331d6934620c8fbb91435f3495ba7 Reviewed-on: http://codereview.qt-project.org/4790 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			272 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			272 B
		
	
	
	
		
			INI
		
	
	
	
	
	
TEMPLATE = app
 | 
						|
TARGET = qtcreator.sh
 | 
						|
OBJECTS_DIR =
 | 
						|
 | 
						|
PRE_TARGETDEPS = $$PWD/qtcreator.sh
 | 
						|
 | 
						|
QMAKE_LINK = cp $$PWD/qtcreator.sh $@ && : IGNORE REST OF LINE:
 | 
						|
QMAKE_STRIP =
 | 
						|
 | 
						|
QMAKE_CLEAN = qtcreator.sh
 | 
						|
 | 
						|
target.path  = /bin
 | 
						|
INSTALLS    += target
 | 
						|
 | 
						|
OTHER_FILES = $$PWD/qtcreator.sh
 |