summaryrefslogtreecommitdiffstats
path: root/labb4/Robots.pro
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-11-10 15:36:08 +0100
committerGustav Sörnäs <gustav@sornas.net>2020-11-10 15:36:08 +0100
commit4065799f7080260f507a5e3ea8c2d8375e735166 (patch)
tree1a28feab8fd271cafb8f6119efc461fe8721aa2e /labb4/Robots.pro
parent6f5cb7a9babdf57f5eae54fb468773857f48ecdd (diff)
downloadtddd86-4065799f7080260f507a5e3ea8c2d8375e735166.tar.gz
add pro-filelab4
Diffstat (limited to 'labb4/Robots.pro')
-rw-r--r--labb4/Robots.pro26
1 files changed, 26 insertions, 0 deletions
diff --git a/labb4/Robots.pro b/labb4/Robots.pro
new file mode 100644
index 0000000..e6db845
--- /dev/null
+++ b/labb4/Robots.pro
@@ -0,0 +1,26 @@
+TEMPLATE = app
+QT += widgets
+HEADERS += mainwindow.h \
+ utilities.h \
+ constants.h \
+ Unit.h \
+ Junk.h \
+ Hero.h \
+ Robot.h \
+ GameState.h \
+ qgameoverwindow.h \
+ qresetbutton.h
+SOURCES += mainwindow.cpp \
+ robotsmain.cpp \
+ utilities.cpp \
+ Unit.cpp \
+ Junk.cpp \
+ Hero.cpp \
+ Robot.cpp \
+ GameState.cpp \
+ qgameoverwindow.cpp \
+ qresetbutton.cpp
+QMAKE_CXXFLAGS += -std=c++11
+macx {
+ cache()
+}