summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/snippets/integrating/graphicswidgets/graphicswidgets.pro
blob: 21c8a37f13fe20420fa5ba0cffd647e8e773daf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = lib
CONFIG += qt plugin
QT += declarative

HEADERS += redsquare.h \
           bluecircle.h

SOURCES += shapesplugin.cpp

DESTDIR = lib
OBJECTS_DIR = tmp
MOC_DIR = tmp