summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/stickman/stickman.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/stickman/stickman.pro')
-rw-r--r--examples/widgets/animation/stickman/stickman.pro21
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/widgets/animation/stickman/stickman.pro b/examples/widgets/animation/stickman/stickman.pro
deleted file mode 100644
index a803acf624..0000000000
--- a/examples/widgets/animation/stickman/stickman.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-QT += widgets
-
-HEADERS += stickman.h \
- animation.h \
- node.h \
- lifecycle.h \
- graphicsview.h \
- rectbutton.h
-SOURCES += main.cpp \
- stickman.cpp \
- animation.cpp \
- node.cpp \
- lifecycle.cpp \
- graphicsview.cpp \
- rectbutton.cpp
-
-RESOURCES += stickman.qrc
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/stickman
-INSTALLS += target