2c042b82ae
--HG-- branch : develop
61 lines
1.9 KiB
Plaintext
61 lines
1.9 KiB
Plaintext
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
# This need for corect working file translations.pro
|
|
|
|
SOURCES += \
|
|
$$PWD/vcontainer.cpp \
|
|
$$PWD/calculator.cpp \
|
|
$$PWD/vdetail.cpp \
|
|
$$PWD/vnodedetail.cpp \
|
|
$$PWD/vtranslatevars.cpp \
|
|
$$PWD/variables/varcangle.cpp \
|
|
$$PWD/variables/varclength.cpp \
|
|
$$PWD/variables/varcradius.cpp \
|
|
$$PWD/variables/vcurveangle.cpp \
|
|
$$PWD/variables/vcurvelength.cpp \
|
|
$$PWD/variables/vcurvevariable.cpp \
|
|
$$PWD/variables/vincrement.cpp \
|
|
$$PWD/variables/vinternalvariable.cpp \
|
|
$$PWD/variables/vlineangle.cpp \
|
|
$$PWD/variables/vlinelength.cpp \
|
|
$$PWD/variables/vmeasurement.cpp \
|
|
$$PWD/variables/vsplineangle.cpp \
|
|
$$PWD/variables/vsplinelength.cpp \
|
|
$$PWD/variables/vvariable.cpp \
|
|
$$PWD/vformula.cpp
|
|
|
|
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/vcontainer.h \
|
|
$$PWD/stable.h \
|
|
$$PWD/calculator.h \
|
|
$$PWD/variables.h \
|
|
$$PWD/vdetail.h \
|
|
$$PWD/vdetail_p.h \
|
|
$$PWD/vnodedetail.h \
|
|
$$PWD/vnodedetail_p.h \
|
|
$$PWD/vtranslatevars.h \
|
|
$$PWD/variables/varcangle.h \
|
|
$$PWD/variables/varclength.h \
|
|
$$PWD/variables/varcradius.h \
|
|
$$PWD/variables/varcradius_p.h \
|
|
$$PWD/variables/vcurveangle.h \
|
|
$$PWD/variables/vcurvelength.h \
|
|
$$PWD/variables/vcurvevariable.h \
|
|
$$PWD/variables/vcurvevariable_p.h \
|
|
$$PWD/variables/vincrement.h \
|
|
$$PWD/variables/vincrement_p.h \
|
|
$$PWD/variables/vinternalvariable.h \
|
|
$$PWD/variables/vinternalvariable_p.h \
|
|
$$PWD/variables/vlineangle.h \
|
|
$$PWD/variables/vlineangle_p.h \
|
|
$$PWD/variables/vlinelength.h \
|
|
$$PWD/variables/vlinelength_p.h \
|
|
$$PWD/variables/vmeasurement.h \
|
|
$$PWD/variables/vmeasurement_p.h \
|
|
$$PWD/variables/vsplineangle.h \
|
|
$$PWD/variables/vsplinelength.h \
|
|
$$PWD/variables/vvariable.h \
|
|
$$PWD/variables/vvariable_p.h \
|
|
$$PWD/vformula.h
|