MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

qwidgets.pro Example File

declarative/cppextensions/qwidgets/qwidgets.pro
 TEMPLATE = lib
 CONFIG += qt plugin
 QT += declarative

 DESTDIR = QWidgets
 TARGET = qmlqwidgetsplugin

 SOURCES += qwidgets.cpp

 sources.files += qwidgets.pro qwidgets.cpp qwidgets.qml
 sources.path += $$[QT_INSTALL_EXAMPLES]/declarative/plugins
 target.path += $$[QT_INSTALL_EXAMPLES]/declarative/plugins

 INSTALLS += sources target

 symbian:{
     include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
     TARGET.EPOCALLOWDLLDATA = 1

     importFiles.sources = QWidgets/qmlqwidgetsplugin.dll QWidgets/qmldir
     importFiles.path = QWidgets

     DEPLOYMENT = importFiles
 }