tools/drawMapTest/drawMapTest.pro
author Zorg <zorgiepoo@gmail.com>
Sun, 19 Jun 2011 20:55:34 -0400
changeset 5260 f50f620771ee
parent 4477 63a21fac8bf7
permissions -rw-r--r--
When the password field is filled with null characters and when the user tries to edit the field, clear it.

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