diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-05-18 03:09:22 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-05-18 03:09:22 (GMT) |
commit | e6dcb15ca670ac9a01ac7c4c96a7de2959f98498 (patch) | |
tree | 0869a1e87a2a3ce952c6334c70b4f8589523024e /src/imports/folderlistmodel/folderlistmodel.pro | |
parent | 96d5029126707771a3b956e6db0391ae7d619853 (diff) | |
download | Qt-e6dcb15ca670ac9a01ac7c4c96a7de2959f98498.zip Qt-e6dcb15ca670ac9a01ac7c4c96a7de2959f98498.tar.gz Qt-e6dcb15ca670ac9a01ac7c4c96a7de2959f98498.tar.bz2 |
Fix naming.
Diffstat (limited to 'src/imports/folderlistmodel/folderlistmodel.pro')
-rw-r--r-- | src/imports/folderlistmodel/folderlistmodel.pro | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/imports/folderlistmodel/folderlistmodel.pro b/src/imports/folderlistmodel/folderlistmodel.pro new file mode 100644 index 0000000..781dfc2 --- /dev/null +++ b/src/imports/folderlistmodel/folderlistmodel.pro @@ -0,0 +1,26 @@ +TARGET = qmlfolderlistmodelplugin +TARGETPATH = Qt/labs/folderlistmodel +include(../qimportbase.pri) + +QT += declarative script + +SOURCES += qdeclarativefolderlistmodel.cpp plugin.cpp +HEADERS += qdeclarativefolderlistmodel.h + +QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH +target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH + +qmldir.files += $$PWD/qmldir +qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH + +symbian:{ + load(data_caging_paths) + include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) + + importFiles.sources = qmlfolderlistmodelplugin.dll qmldir + importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH + + DEPLOYMENT = importFiles +} + +INSTALLS += target qmldir |