tools/drawMapTest/drawMapTest.pro
author Urbertar
Thu, 28 Mar 2013 18:34:53 +0200
changeset 8810 b885b995aa95
parent 4477 63a21fac8bf7
permissions -rw-r--r--
Fix TestCollExcludingMe function. Now it doesn't skip test if there are more then one hog at checking pixel

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