summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/extending/chapter5-plugins/chapter5-plugins.pro
blob: 7ec68e9a49ef0e177f0205df1ddadfc6e4b48977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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