summaryrefslogtreecommitdiffstats
path: root/examples/animation/easing/easing.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animation/easing/easing.pro')
-rw-r--r--examples/animation/easing/easing.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/animation/easing/easing.pro b/examples/animation/easing/easing.pro
new file mode 100644
index 0000000000..4715f2c826
--- /dev/null
+++ b/examples/animation/easing/easing.pro
@@ -0,0 +1,19 @@
+HEADERS = window.h \
+ animation.h
+SOURCES = main.cpp \
+ window.cpp
+
+FORMS = form.ui
+
+RESOURCES = easing.qrc
+
+# 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
+ include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+}