2014-12-03 15:11:57 +01:00
|
|
|
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
|
|
# This need for corect working file translations.pro
|
|
|
|
|
2014-04-25 10:58:33 +02:00
|
|
|
HEADERS += \
|
2014-12-03 15:11:57 +01:00
|
|
|
$$PWD/vexceptionobjecterror.h \
|
|
|
|
$$PWD/vexceptionemptyparameter.h \
|
|
|
|
$$PWD/vexceptionconversionerror.h \
|
|
|
|
$$PWD/vexceptionbadid.h \
|
|
|
|
$$PWD/vexception.h \
|
|
|
|
$$PWD/vexceptionwrongid.h \
|
|
|
|
$$PWD/vexceptionundo.h
|
2014-04-25 10:58:33 +02:00
|
|
|
|
|
|
|
SOURCES += \
|
2014-12-03 15:11:57 +01:00
|
|
|
$$PWD/vexceptionobjecterror.cpp \
|
|
|
|
$$PWD/vexceptionemptyparameter.cpp \
|
|
|
|
$$PWD/vexceptionconversionerror.cpp \
|
|
|
|
$$PWD/vexceptionbadid.cpp \
|
|
|
|
$$PWD/vexception.cpp \
|
|
|
|
$$PWD/vexceptionwrongid.cpp \
|
|
|
|
$$PWD/vexceptionundo.cpp
|