tools/drawMapTest/drawMapTest.pro
author Colin Rice (clr_)
Wed, 23 Mar 2011 14:15:20 +0100
changeset 5042 f26c5eb040af
parent 4477 63a21fac8bf7
permissions -rw-r--r--
Patch for issue #165: Portal: don't allow embedding Objects in ground (or porting them to impassable/invalid locations)

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