summaryrefslogtreecommitdiff
path: root/examples/declarative/tutorials/extending
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-05-26 10:37:34 +1000
committerMartin Jones <martin.jones@nokia.com>2010-05-26 10:37:34 +1000
commit8c2de8858bac1220f27596039aaa6d9441a1ba5e (patch)
tree80d5e299360112782e12980c2ffcdd3b67d17718 /examples/declarative/tutorials/extending
parent5613693326eaa272d6fab5819072c52b743d7785 (diff)
parent3d34201d34ba26530025d5ff88fa6e498ae6f800 (diff)
downloadqt4-tools-8c2de8858bac1220f27596039aaa6d9441a1ba5e.tar.gz
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'examples/declarative/tutorials/extending')
-rw-r--r--examples/declarative/tutorials/extending/chapter5-plugins/chapter5-plugins.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/declarative/tutorials/extending/chapter5-plugins/chapter5-plugins.pro b/examples/declarative/tutorials/extending/chapter5-plugins/chapter5-plugins.pro
index a8fb565820..483da8fc9a 100644
--- a/examples/declarative/tutorials/extending/chapter5-plugins/chapter5-plugins.pro
+++ b/examples/declarative/tutorials/extending/chapter5-plugins/chapter5-plugins.pro
@@ -2,6 +2,10 @@ TEMPLATE = lib
CONFIG += qt plugin
QT += declarative
+DESTDIR = lib
+OBJECTS_DIR = tmp
+MOC_DIR = tmp
+
HEADERS += musician.h \
instrument.h \
musicplugin.h
@@ -10,10 +14,6 @@ SOURCES += musician.cpp \
instrument.cpp \
musicplugin.cpp
-DESTDIR = lib
-OBJECTS_DIR = tmp
-MOC_DIR = tmp
-
symbian {
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
TARGET.EPOCALLOWDLLDATA = 1