internals.pro 965 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
include (../common.pri)
HEADERS += core.h \
    mousewheelzoomtype.h \
    rectangle.h \
    tile.h \
    tilematrix.h \
    loadtask.h \
    copyrightstrings.h \
    pureprojection.h \
    pointlatlng.h \
    rectlatlng.h \
    sizelatlng.h \
    debugheader.h
SOURCES += core.cpp \
    rectangle.cpp \
    tile.cpp \
    tilematrix.cpp \
    pureprojection.cpp \
    rectlatlng.cpp \
    sizelatlng.cpp \
    pointlatlng.cpp \
    loadtask.cpp \
    mousewheelzoomtype.cpp
HEADERS += ./projections/lks94projection.h \
    ./projections/mercatorprojection.h \
    ./projections/mercatorprojectionyandex.h \
    ./projections/platecarreeprojection.h \
    ./projections/platecarreeprojectionpergo.h
SOURCES += ./projections/lks94projection.cpp \
    ./projections/mercatorprojection.cpp \
    ./projections/mercatorprojectionyandex.cpp \
    ./projections/platecarreeprojection.cpp \
    ./projections/platecarreeprojectionpergo.cpp
LIBS += -L../build \
    -lcore