tools/drawMapTest/drawMapTest.pro
author Anton Malmygin <antonc27@mail.ru>
Fri, 14 Jul 2017 14:46:30 +0200
changeset 12437 8b80f3377195
parent 4477 63a21fac8bf7
permissions -rw-r--r--
Merge pull request #48 from LocutusOfBorg/trusty Move to trusty travis ci environment

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