# -------------------------------------------------
# Project created by QtCreator 2010-05-25T14:47:23
# -------------------------------------------------
TARGET = hellographics
TEMPLATE = app
SOURCES += main.cpp \
    hellographics.cpp \
    animatedpixmap.cpp
HEADERS += hellographics.h \
    animatedpixmap.h
FORMS += hellographics.ui
RESOURCES += hellographics.qrc
