tools/drawMapTest/drawMapTest.pro
author koda
Wed, 01 Dec 2010 00:58:03 +0100
changeset 4437 05192cdbce9b
parent 4425 2314bb0c433d
child 4477 63a21fac8bf7
permissions -rw-r--r--
un-break build (wrong merge in uConsole) and update project file with the new sources

# -------------------------------------------------
# Project created by QtCreator 2010-11-27T22:18:20
# -------------------------------------------------
TARGET = drawMapTest
TEMPLATE = app
SOURCES += main.cpp \
    mainwindow.cpp \
    drawmapscene.cpp
HEADERS += mainwindow.h \
    drawmapscene.h
FORMS += mainwindow.ui