valentina/src/libs/ifc/exception/exception.pri
dismine 394d54e9c1 Convertor need throw exceptions.
--HG--
branch : feature
2014-12-10 20:01:33 +02:00

21 lines
593 B
Plaintext

# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
# This need for corect working file translations.pro
HEADERS += \
$$PWD/vexceptionobjecterror.h \
$$PWD/vexceptionemptyparameter.h \
$$PWD/vexceptionconversionerror.h \
$$PWD/vexceptionbadid.h \
$$PWD/vexception.h \
$$PWD/vexceptionwrongid.h \
$$PWD/vexceptionundo.h
SOURCES += \
$$PWD/vexceptionobjecterror.cpp \
$$PWD/vexceptionemptyparameter.cpp \
$$PWD/vexceptionconversionerror.cpp \
$$PWD/vexceptionbadid.cpp \
$$PWD/vexception.cpp \
$$PWD/vexceptionwrongid.cpp \
$$PWD/vexceptionundo.cpp