Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / src / imports / folderlistmodel / folderlistmodel.pro
1 TARGET  = qmlfolderlistmodelplugin
2 TARGETPATH = Qt/labs/folderlistmodel
3 include(../qimportbase.pri)
4
5 QT += declarative script
6
7 SOURCES += qdeclarativefolderlistmodel.cpp plugin.cpp
8 HEADERS += qdeclarativefolderlistmodel.h
9
10 QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH
11 target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
12
13 qmldir.files += $$PWD/qmldir
14 qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
15
16 symbian:{
17     TARGET.UID3 = 0x20021320
18
19     isEmpty(DESTDIR):importFiles.files = qmlfolderlistmodelplugin$${QT_LIBINFIX}.dll qmldir
20     else:importFiles.files = $$DESTDIR/qmlfolderlistmodelplugin$${QT_LIBINFIX}.dll qmldir
21     importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH
22     
23     DEPLOYMENT = importFiles
24 }
25
26 INSTALLS += target qmldir