tools/drawMapTest/drawMapTest.pro
author alfadur
Thu, 01 Nov 2018 21:30:21 +0300
changeset 14059 c6745a1c827a
parent 4477 63a21fac8bf7
permissions -rw-r--r--
start a physics engine to try out this data oriented thing everyone seems to be talking about

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