tools/drawMapTest/drawMapTest.pro
author koda
Sat, 05 May 2012 17:29:04 +0100
changeset 7026 8d1724e1337e
parent 4477 63a21fac8bf7
permissions -rw-r--r--
split OnDestroy across the appropriate modules (this doen't cause leaks on mobile, right?)

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