tools/drawMapTest/drawMapTest.pro
author koda
Sun, 24 Jul 2011 19:14:56 +0200
changeset 5451 e359a79e3d08
parent 4477 63a21fac8bf7
permissions -rw-r--r--
rip out the sync weapons/schemes switch and place it into settings; also perform some runtime check on what can be enabled

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