summaryrefslogtreecommitdiffstats
path: root/examples/declarative
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2010-04-16 06:27:39 (GMT)
committerJoona Petrell <joona.t.petrell@nokia.com>2010-04-16 06:36:22 (GMT)
commit731071ed146febd8d93e1897e7f1aba135ac23c4 (patch)
tree71666c25d6df5916468187fb0628aacaa1183b1e /examples/declarative
parentf38c026421febb58686b25d4fb1ca94787f7c4ee (diff)
downloadQt-731071ed146febd8d93e1897e7f1aba135ac23c4.zip
Qt-731071ed146febd8d93e1897e7f1aba135ac23c4.tar.gz
Qt-731071ed146febd8d93e1897e7f1aba135ac23c4.tar.bz2
Remove unsupported plugin version flags in .pro files of declarative examples
Task-number: QTBUG-9191 Reviewed-by: Martin Jones
Diffstat (limited to 'examples/declarative')
-rw-r--r--examples/declarative/plugins/plugins.pro1
-rw-r--r--examples/declarative/proxywidgets/proxywidgets.pro1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/declarative/plugins/plugins.pro b/examples/declarative/plugins/plugins.pro
index c409d39..b501ae3 100644
--- a/examples/declarative/plugins/plugins.pro
+++ b/examples/declarative/plugins/plugins.pro
@@ -3,7 +3,6 @@ DESTDIR = com/nokia/TimeExample
TARGET = qtimeexampleqmlplugin
CONFIG += qt plugin
QT += declarative
-VERSION = 1.0.0
SOURCES += plugin.cpp
diff --git a/examples/declarative/proxywidgets/proxywidgets.pro b/examples/declarative/proxywidgets/proxywidgets.pro
index eb85191..cb07d80 100644
--- a/examples/declarative/proxywidgets/proxywidgets.pro
+++ b/examples/declarative/proxywidgets/proxywidgets.pro
@@ -3,7 +3,6 @@ DESTDIR = ProxyWidgets
TARGET = proxywidgetsplugin
CONFIG += qt plugin
QT += declarative
-VERSION = 1.0.0
SOURCES += proxywidgets.cpp