tools/drawMapTest/drawMapTest.pro
author unc0rr
Mon, 20 Dec 2010 21:45:10 +0300
changeset 4586 4ba4f021070f
parent 4477 63a21fac8bf7
permissions -rw-r--r--
- Allow user to use undo, to clear, save and load drawn maps - Fix a couple of bugs related to those operations

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