tools/drawMapTest/drawMapTest.pro
author sheepluva
Sun, 23 Feb 2014 21:55:08 +0100
changeset 10157 41ee36573792
parent 4477 63a21fac8bf7
permissions -rw-r--r--
tweak dynamite sprite (pixels at frame border, leading to visible filtering artifacts when zoomed)

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