tools/drawMapTest/drawMapTest.pro
author koda
Sun, 05 Dec 2010 02:44:20 +0100 (2010-12-05)
changeset 4461 2f4f5d649bcd
parent 4425 2314bb0c433d
child 4477 63a21fac8bf7
permissions -rw-r--r--
add a simple check to prevent loading sounds when device is muted
# -------------------------------------------------
# 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