summaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: 014dea726ce32b223260271bdf2ef081bdc12874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 TEMPLATE = lib
 CONFIG += qt plugin
 QT += declarative
 TARGET  = canvasplugin

 DESTDIR = ..\\Canvas
 OBJECTS_DIR = tmp
 MOC_DIR = tmp

 HEADERS += context2d.h \
            canvas.h \
            canvastimer.h \
            canvasplugin.h

 SOURCES += context2d.cpp \
            canvas.cpp \
            canvasplugin.cpp \
    canvastimer.cpp