2011-04-27 10:05:43 +00:00
|
|
|
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]/qtdeclarative/declarative/plugins
|
|
|
|
target.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/plugins
|
|
|
|
|
|
|
|
INSTALLS += sources target
|
|
|
|
|
|
|
|
symbian:{
|
2011-04-27 10:05:43 +00:00
|
|
|
CONFIG += qt_example
|
2011-04-27 10:05:43 +00:00
|
|
|
TARGET.EPOCALLOWDLLDATA = 1
|
|
|
|
|
|
|
|
importFiles.files = QWidgets/qmlqwidgetsplugin.dll QWidgets/qmldir
|
|
|
|
importFiles.path = QWidgets
|
|
|
|
|
|
|
|
DEPLOYMENT += importFiles
|
|
|
|
}
|
2011-06-07 18:26:39 +00:00
|
|
|
maemo5: CONFIG += qt_example
|