d7becda4eb
--HG-- branch : develop
18 lines
581 B
Plaintext
18 lines
581 B
Plaintext
HEADERS += \
|
|
exception/vexceptionwrongparameterid.h \
|
|
exception/vexceptionuniqueid.h \
|
|
exception/vexceptionobjecterror.h \
|
|
exception/vexceptionemptyparameter.h \
|
|
exception/vexceptionconversionerror.h \
|
|
exception/vexceptionbadid.h \
|
|
exception/vexception.h
|
|
|
|
SOURCES += \
|
|
exception/vexceptionwrongparameterid.cpp \
|
|
exception/vexceptionuniqueid.cpp \
|
|
exception/vexceptionobjecterror.cpp \
|
|
exception/vexceptionemptyparameter.cpp \
|
|
exception/vexceptionconversionerror.cpp \
|
|
exception/vexceptionbadid.cpp \
|
|
exception/vexception.cpp
|