tools/drawMapTest/drawMapTest.pro
author nemo
Fri, 18 May 2012 13:35:22 -0400
changeset 7092 c9ca770fd7fc
parent 4477 63a21fac8bf7
permissions -rw-r--r--
Add an emergency return to the timebox in the case of death of rest of team. Also add a small visual effect to AI survival

# -------------------------------------------------
# Project created by QtCreator 2010-11-27T22:18:20
# -------------------------------------------------
TARGET = drawMapTest
TEMPLATE = app
SOURCES += main.cpp \
    mainwindow.cpp \
    drawmapscene.cpp \
    qaspectratiolayout.cpp \
    drawmapwidget.cpp
HEADERS += mainwindow.h \
    drawmapscene.h \
    qaspectratiolayout.h \
    drawmapwidget.h
FORMS += mainwindow.ui