diff options
author | Alan Alpert <[email protected]> | 2012-08-09 11:24:20 +1000 |
---|---|---|
committer | Qt by Nokia <[email protected]> | 2012-08-10 08:56:59 +0200 |
commit | 0f04787ffb587a979386bcce432dd181ac3a06db (patch) | |
tree | 6919bdce9ab0f354b66d9b569bbe6f8dcb524642 /examples/qml/cppextensions/plugins/plugins.pro | |
parent | 4350877d6deb58f36df24164c6edde3302a3f1a3 (diff) |
More consistent examples directory structure
Under examples the next directory level distinguishes imports/modules
and the next directory level distinguishes examples.
Change-Id: Icabadaac6ccb9c1c424efa9c9e64a7d94bc7c0da
Reviewed-by: Alan Alpert <[email protected]>
Diffstat (limited to 'examples/qml/cppextensions/plugins/plugins.pro')
-rw-r--r-- | examples/qml/cppextensions/plugins/plugins.pro | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/qml/cppextensions/plugins/plugins.pro b/examples/qml/cppextensions/plugins/plugins.pro deleted file mode 100644 index e127509c0d..0000000000 --- a/examples/qml/cppextensions/plugins/plugins.pro +++ /dev/null @@ -1,25 +0,0 @@ -TEMPLATE = lib -CONFIG += qt plugin -QT += qml - -DESTDIR = com/nokia/TimeExample -TARGET = qmlqtimeexampleplugin - -SOURCES += plugin.cpp - -qdeclarativesources.files += \ - com/nokia/TimeExample/qmldir \ - com/nokia/TimeExample/center.png \ - com/nokia/TimeExample/clock.png \ - com/nokia/TimeExample/Clock.qml \ - com/nokia/TimeExample/hour.png \ - com/nokia/TimeExample/minute.png - -qdeclarativesources.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/plugins/com/nokia/TimeExample - -sources.files += plugins.pro plugin.cpp plugins.qml README -sources.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/plugins -target.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/plugins/com/nokia/TimeExample - -INSTALLS += qdeclarativesources sources target - |