tools/drawMapTest/drawMapTest.pro
author sheepluva
Sat, 28 Feb 2015 17:29:07 +0100
changeset 10834 2e83f33dfe5b
parent 4477 63a21fac8bf7
permissions -rw-r--r--
engine: moveable chat cursor. note: discovered bug that utf8 char info is lost/corrupted when input history is used

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