forked from qt-creator/qt-creator
		
	So Design Studio can build different documentation than Qt Creator Change-Id: I078df39d36533a1659caac937ef869e4bf0c7a43 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
		
			
				
	
	
		
			12 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
build_online_docs: \
 | 
						|
    DOC_FILES += $$IDE_DOC_FILES_ONLINE
 | 
						|
else: \
 | 
						|
    DOC_FILES += $$IDE_DOC_FILES
 | 
						|
 | 
						|
include(../docs.pri)
 | 
						|
 | 
						|
fixnavi.commands = \
 | 
						|
    cd $$shell_path($$PWD) && \
 | 
						|
    perl fixnavi.pl -Dqcmanual -Dqtquick src
 | 
						|
QMAKE_EXTRA_TARGETS += fixnavi
 |