diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-09-21 16:13:25 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-09-21 21:38:35 +0200 |
| commit | 3686258d2fa6fdffebb57f7d530952fd4dabf366 (patch) | |
| tree | d0290f2dc79698a4c73beeb58dd8f39b8b718edf /labb4/Robots.pro | |
| parent | 245a34f1fad0e4fe2fb6401dc1d5352e4914b48a (diff) | |
| download | tddd86-3686258d2fa6fdffebb57f7d530952fd4dabf366.tar.gz | |
Given files L4l4
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() +} |
