diff options
Diffstat (limited to 'labb4/Robots.pro')
| -rw-r--r-- | labb4/Robots.pro | 26 |
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() +} |
