tools/drawMapTest/drawMapTest.pro
author nemo
Mon, 05 Sep 2011 16:20:35 -0400
changeset 5789 7643cbb88f09
parent 4477 63a21fac8bf7
permissions -rw-r--r--
Don't set index if using static map - avoids desync where map name is passed and list is set, but then index is set to 0

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