| author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
| Tue, 06 Jul 2010 15:10:48 +0300 | |
| changeset 30 | 5dc02b23752f |
| permissions | -rw-r--r-- |
TEMPLATE = lib CONFIG += qt plugin QT += declarative HEADERS += musician.h \ instrument.h \ musicplugin.h 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 }