tools/drawMapTest/drawMapTest.pro
author nemo
Sun, 05 Feb 2012 16:21:55 -0500
changeset 6628 0e6615c10a8a
parent 4477 63a21fac8bf7
permissions -rw-r--r--
attempt to fix 3222bb0612ca - otherwise you are unable to start a second game without quitting the room.

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