tools/drawMapTest/drawMapTest.pro
author nemo
Tue, 09 Oct 2018 11:28:07 -0400
changeset 13878 0ce8aad17c24
parent 4477 63a21fac8bf7
permissions -rw-r--r--
IFDEF out missing function with FIXME, revert pas2c change in 0ecf77e203c0 as suggested by unc0rr, another string annotation

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