2014-04-25 10:58:33 +02:00
|
|
|
HEADERS += \
|
|
|
|
exception/vexceptionobjecterror.h \
|
|
|
|
exception/vexceptionemptyparameter.h \
|
|
|
|
exception/vexceptionconversionerror.h \
|
|
|
|
exception/vexceptionbadid.h \
|
|
|
|
exception/vexception.h \
|
2014-06-24 10:23:39 +02:00
|
|
|
exception/vexceptionwrongid.h \
|
|
|
|
exception/vexceptionundo.h
|
2014-04-25 10:58:33 +02:00
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
exception/vexceptionobjecterror.cpp \
|
|
|
|
exception/vexceptionemptyparameter.cpp \
|
|
|
|
exception/vexceptionconversionerror.cpp \
|
|
|
|
exception/vexceptionbadid.cpp \
|
|
|
|
exception/vexception.cpp \
|
2014-06-24 10:23:39 +02:00
|
|
|
exception/vexceptionwrongid.cpp \
|
|
|
|
exception/vexceptionundo.cpp
|