965cf34c15
--HG-- branch : feature
27 lines
837 B
Plaintext
27 lines
837 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/vexceptionterminatedposition.h \
|
|
$$PWD/vexceptionwrongid.h \
|
|
$$PWD/vexceptionundo.h \
|
|
$$PWD/vexceptioninvalidnotch.h \
|
|
$$PWD/vexceptioninvalidhistory.h
|
|
|
|
SOURCES += \
|
|
$$PWD/vexceptionobjecterror.cpp \
|
|
$$PWD/vexceptionemptyparameter.cpp \
|
|
$$PWD/vexceptionconversionerror.cpp \
|
|
$$PWD/vexceptionbadid.cpp \
|
|
$$PWD/vexception.cpp \
|
|
$$PWD/vexceptionterminatedposition.cpp \
|
|
$$PWD/vexceptionwrongid.cpp \
|
|
$$PWD/vexceptionundo.cpp \
|
|
$$PWD/vexceptioninvalidnotch.cpp \
|
|
$$PWD/vexceptioninvalidhistory.cpp
|