diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-05-26 00:37:34 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-05-26 00:37:34 (GMT) |
commit | 8c2de8858bac1220f27596039aaa6d9441a1ba5e (patch) | |
tree | 80d5e299360112782e12980c2ffcdd3b67d17718 /examples/declarative/tutorials/extending | |
parent | 5613693326eaa272d6fab5819072c52b743d7785 (diff) | |
parent | 3d34201d34ba26530025d5ff88fa6e498ae6f800 (diff) | |
download | Qt-8c2de8858bac1220f27596039aaa6d9441a1ba5e.zip Qt-8c2de8858bac1220f27596039aaa6d9441a1ba5e.tar.gz Qt-8c2de8858bac1220f27596039aaa6d9441a1ba5e.tar.bz2 |
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.pro | 8 |
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 a8fb565..483da8f 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 |