2011-04-27 10:05:43 +00:00
|
|
|
HEADERS = window.h \
|
|
|
|
animation.h
|
|
|
|
SOURCES = main.cpp \
|
|
|
|
window.cpp
|
|
|
|
|
|
|
|
FORMS = form.ui
|
|
|
|
|
2011-04-27 17:16:41 +00:00
|
|
|
RESOURCES = easing.qrc
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
# install
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/easing
|
|
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS easing.pro images
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/easing
|
|
|
|
INSTALLS += target sources
|
|
|
|
|
|
|
|
symbian {
|
|
|
|
TARGET.UID3 = 0xA000E3F6
|
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: CONFIG += qt_example
|