forked from qt-creator/qt-creator
		
	Task-Number: QTCREATORBUG-5672 Done-with: Oswald Buddenhagen Change-Id: I61f8a83205bc338ba12e43b7471eaa957da2b004 Reviewed-on: http://codereview.qt.nokia.com/2451 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
		
			
				
	
	
		
			50 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
TEMPLATE = subdirs # XXX: Avoid call the linker
 | 
						|
TARGETPATH = Qt/labs/components/custom
 | 
						|
 | 
						|
symbian {
 | 
						|
    INSTALL_IMPORTS = /resource/qt/imports
 | 
						|
} else {
 | 
						|
    INSTALL_IMPORTS = $$[QT_INSTALL_IMPORTS]
 | 
						|
}
 | 
						|
 | 
						|
QML_FILES = \
 | 
						|
        qmldir \
 | 
						|
        BasicButton.qml \
 | 
						|
        BusyIndicator.qml \
 | 
						|
        ButtonBlock.qml \
 | 
						|
        ButtonColumn.qml \
 | 
						|
        ButtonRow.qml \
 | 
						|
        ButtonGroup.js \
 | 
						|
        Button.qml \
 | 
						|
        CheckBox.qml \
 | 
						|
        ChoiceList.qml \
 | 
						|
        ProgressBar.qml \
 | 
						|
        RadioButton.qml \
 | 
						|
        ScrollDecorator.qml \
 | 
						|
        ScrollIndicator.qml \
 | 
						|
        Slider.qml \
 | 
						|
        SpinBox.qml \
 | 
						|
        Switch.qml \
 | 
						|
        TextArea.qml \
 | 
						|
        TextField.qml
 | 
						|
 | 
						|
QML_DIRS = \
 | 
						|
        behaviors \
 | 
						|
        private \
 | 
						|
        styles \
 | 
						|
        visuals
 | 
						|
 | 
						|
qmlfiles.files = $$QML_FILES
 | 
						|
qmlfiles.sources = $$QML_FILES
 | 
						|
qmlfiles.path = $$INSTALL_IMPORTS/$$TARGETPATH
 | 
						|
 | 
						|
qmldirs.files = $$QML_DIRS
 | 
						|
qmldirs.sources = $$QML_DIRS
 | 
						|
qmldirs.path = $$INSTALL_IMPORTS/$$TARGETPATH
 | 
						|
 | 
						|
INSTALLS += qmlfiles qmldirs
 | 
						|
 | 
						|
symbian {
 | 
						|
    DEPLOYMENT += qmlfiles qmldirs
 | 
						|
}
 |