[go: up one dir, main page]

Menu

[80c337]: / lob.pri  Maximize  Restore  History

Download this file

16 lines (11 with data), 306 Bytes

DEPENDPATH += $$PWD $$PWD/generic
INCLUDEPATH += $$PWD $$PWD/generic
VPATH += $$PWD $$PWD/generic

include( openmath/openmath.pri )

HEADERS += lob.h \
           laddress.h \
           lchange.h \
           generic/safesingleton.h
SOURCES += lob.cpp \
           laddress.cpp \
           lchange.cpp