source: trunk/examples/declarative/tutorials/extending/chapter6-plugins/chapter6-plugins.pro

Last change on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 360 bytes
Line 
1TEMPLATE = lib
2CONFIG += qt plugin
3QT += declarative
4
5DESTDIR = lib
6OBJECTS_DIR = tmp
7MOC_DIR = tmp
8
9HEADERS += piechart.h \
10 pieslice.h \
11 chartsplugin.h
12
13SOURCES += piechart.cpp \
14 pieslice.cpp \
15 chartsplugin.cpp
16
17symbian {
18 include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
19 TARGET.EPOCALLOWDLLDATA = 1
20}
Note: See TracBrowser for help on using the repository browser.