summaryrefslogtreecommitdiffstats
path: root/examples/json/savegame/savegame.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/json/savegame/savegame.pro')
-rw-r--r--examples/json/savegame/savegame.pro22
1 files changed, 0 insertions, 22 deletions
diff --git a/examples/json/savegame/savegame.pro b/examples/json/savegame/savegame.pro
deleted file mode 100644
index fd754ace80..0000000000
--- a/examples/json/savegame/savegame.pro
+++ /dev/null
@@ -1,22 +0,0 @@
-QT += core
-QT -= gui
-
-TARGET = savegame
-CONFIG += console
-CONFIG -= app_bundle
-
-TEMPLATE = app
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/json/savegame
-INSTALLS += target
-
-SOURCES += main.cpp \
- character.cpp \
- game.cpp \
- level.cpp
-
-HEADERS += \
- character.h \
- game.h \
- level.h