1TEMPLATE = app 2QT += widgets script 3# Input 4HEADERS += qcontext2dcanvas.h \ 5 context2d.h \ 6 domimage.h \ 7 environment.h \ 8 window.h 9SOURCES += qcontext2dcanvas.cpp \ 10 context2d.cpp \ 11 domimage.cpp \ 12 environment.cpp \ 13 window.cpp \ 14 main.cpp 15RESOURCES += context2d.qrc 16 17qtHaveModule(scripttools): QT += scripttools 18 19target.path = $$[QT_INSTALL_EXAMPLES]/script/context2d 20INSTALLS += target 21 22maemo5: CONFIG += qt_example 23 24