2011-04-27 10:05:43 +00:00
|
|
|
HEADERS += stickman.h \
|
|
|
|
animation.h \
|
|
|
|
node.h \
|
|
|
|
lifecycle.h \
|
2011-04-27 17:16:41 +00:00
|
|
|
graphicsview.h \
|
|
|
|
rectbutton.h
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += main.cpp \
|
|
|
|
stickman.cpp \
|
|
|
|
animation.cpp \
|
|
|
|
node.cpp \
|
|
|
|
lifecycle.cpp \
|
2011-04-27 17:16:41 +00:00
|
|
|
graphicsview.cpp \
|
|
|
|
rectbutton.cpp
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
RESOURCES += stickman.qrc
|
|
|
|
|
|
|
|
# install
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/stickman
|
|
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS stickman.pro
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/stickman
|
|
|
|
INSTALLS += target sources
|
|
|
|
|
|
|
|
symbian {
|
|
|
|
TARGET.UID3 = 0xA000E3F9
|
2011-04-27 10:05:43 +00:00
|
|
|
CONFIG += qt_example
|
2011-04-27 10:05:43 +00:00
|
|
|
}
|
2011-04-27 17:16:41 +00:00
|
|
|
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|