forked from qt-creator/qt-creator
		
	Task-number: QTCREATORBUG-6006 Change-Id: I9e7caa83feba56561760b627b44de880bad6cab1 Reviewed-on: http://codereview.qt-project.org/5459 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Bill King <bill.king@nokia.com>
		
			
				
	
	
		
			18 lines
		
	
	
		
			372 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			372 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
| TEMPLATE = lib
 | |
| 
 | |
| SOURCES += plugin2.cpp
 | |
| HEADERS += plugin2.h
 | |
| 
 | |
| OTHER_FILES = $$PWD/plugin.xml
 | |
| 
 | |
| include(../../../../../../qtcreator.pri)
 | |
| include(../../../../../../src/libs/extensionsystem/extensionsystem.pri)
 | |
| include(../../../../qttestrpath.pri)
 | |
| 
 | |
| COPYDIR = $$OUT_PWD
 | |
| COPYFILES = $$OTHER_FILES
 | |
| include(../../../copy.pri)
 | |
| 
 | |
| TARGET = $$qtLibraryName(plugin2)
 | |
| DESTDIR = $$OUT_PWD
 |