summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/rogue/rogue.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/statemachine/rogue/rogue.pro')
-rw-r--r--examples/statemachine/rogue/rogue.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/statemachine/rogue/rogue.pro b/examples/statemachine/rogue/rogue.pro
deleted file mode 100644
index 4ed132db06..0000000000
--- a/examples/statemachine/rogue/rogue.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-HEADERS = window.h \
- movementtransition.h
-SOURCES = main.cpp \
- window.cpp
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/rogue
-sources.files = $$SOURCES $$HEADERS *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/rogue
-INSTALLS += target sources
-
-QT += widgets
-