tools/drawMapTest/drawMapTest.pro
author sheepluva
Fri, 15 Mar 2013 11:12:42 +0100
changeset 8731 924840dad6a0
parent 4477 63a21fac8bf7
permissions -rw-r--r--
fix compilation with clang. fixes issue #553 - thanks to julien for reporting and to drew for the first part of the fix

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