tools/drawMapTest/drawMapTest.pro
author sheepluva
Sat, 30 Nov 2013 14:36:41 +0100
changeset 9728 320f89e0b28c
parent 4477 63a21fac8bf7
permissions -rw-r--r--
fix for regression issue #669 "Lobby: User context-menu of offline user shows all options as if user was still online"

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