tools/drawMapTest/drawMapTest.pro
author koda
Sun, 15 May 2016 10:43:18 +0200
changeset 11807 93621207563b
parent 4477 63a21fac8bf7
permissions -rw-r--r--
avrec crash/math fix (sheepy here, committing koda's fix because I'm tired of having it lying around in my repo :P

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