tools/drawMapTest/drawMapTest.pro
author unc0rr
Sat, 04 Dec 2010 22:33:14 +0300
changeset 4457 ffb766e85150
parent 4425 2314bb0c433d
child 4477 63a21fac8bf7
permissions -rw-r--r--
- Change painted map file format - Stub for uLandPainted.pas

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