summaryrefslogtreecommitdiffstats
path: root/labb4/Robots.pro
blob: e6db845ae7a289c1651746cf2b3fe1287efa3e2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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()
}