tools/drawMapTest/drawMapTest.pro
author Periklis Ntanasis <pntanasis@gmail.com>
Fri, 13 Dec 2013 13:50:14 +0200
changeset 9783 1e6b91080bfc
parent 4477 63a21fac8bf7
permissions -rw-r--r--
changed some things about checkpoints and battle events in desert01,fixes turn interruption when battle one or two is triggered

# -------------------------------------------------
# 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