valentina/src/app/exception/exception.pri
2014-06-24 11:23:39 +03:00

18 lines
555 B
Plaintext

HEADERS += \
exception/vexceptionobjecterror.h \
exception/vexceptionemptyparameter.h \
exception/vexceptionconversionerror.h \
exception/vexceptionbadid.h \
exception/vexception.h \
exception/vexceptionwrongid.h \
exception/vexceptionundo.h
SOURCES += \
exception/vexceptionobjecterror.cpp \
exception/vexceptionemptyparameter.cpp \
exception/vexceptionconversionerror.cpp \
exception/vexceptionbadid.cpp \
exception/vexception.cpp \
exception/vexceptionwrongid.cpp \
exception/vexceptionundo.cpp