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.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/animation/easing/easing.pro b/examples/animation/easing/easing.pro
deleted file mode 100644
index 155d17d9b9..0000000000
--- a/examples/animation/easing/easing.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-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
-
-QT += widgets
-