2015-06-12 10:55:44 +02:00
|
|
|
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
|
|
# This need for corect working file translations.pro
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
$$PWD/vcontainer.cpp \
|
|
|
|
$$PWD/calculator.cpp \
|
|
|
|
$$PWD/vnodedetail.cpp \
|
|
|
|
$$PWD/vtranslatevars.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 \
|
2015-06-18 10:45:38 +02:00
|
|
|
$$PWD/variables/vvariable.cpp \
|
2016-06-18 16:00:01 +02:00
|
|
|
$$PWD/vformula.cpp \
|
2016-11-03 16:59:53 +01:00
|
|
|
$$PWD/variables/vcurveclength.cpp \
|
|
|
|
$$PWD/vpiece.cpp \
|
2016-11-23 11:54:46 +01:00
|
|
|
$$PWD/vpiecenode.cpp \
|
2017-02-23 10:19:27 +01:00
|
|
|
$$PWD/vpiecepath.cpp \
|
2017-02-23 10:37:19 +01:00
|
|
|
$$PWD/floatItemData/vpiecelabeldata.cpp \
|
|
|
|
$$PWD/floatItemData/vpatternlabeldata.cpp \
|
2017-02-23 12:26:12 +01:00
|
|
|
$$PWD/floatItemData/vgrainlinedata.cpp \
|
2017-06-01 12:04:25 +02:00
|
|
|
$$PWD/floatItemData/vabstractfloatitemdata.cpp \
|
|
|
|
$$PWD/measurements.cpp \
|
|
|
|
$$PWD/pmsystems.cpp
|
2015-06-12 10:55:44 +02:00
|
|
|
|
2015-10-11 12:15:08 +02:00
|
|
|
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
|
|
|
|
2015-06-12 10:55:44 +02:00
|
|
|
HEADERS += \
|
|
|
|
$$PWD/vcontainer.h \
|
|
|
|
$$PWD/stable.h \
|
|
|
|
$$PWD/calculator.h \
|
|
|
|
$$PWD/variables.h \
|
|
|
|
$$PWD/vnodedetail.h \
|
|
|
|
$$PWD/vnodedetail_p.h \
|
|
|
|
$$PWD/vtranslatevars.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/vvariable.h \
|
2015-06-18 10:45:38 +02:00
|
|
|
$$PWD/variables/vvariable_p.h \
|
2016-06-18 16:00:01 +02:00
|
|
|
$$PWD/vformula.h \
|
2016-11-03 16:59:53 +01:00
|
|
|
$$PWD/variables/vcurveclength.h \
|
|
|
|
$$PWD/vpiece.h \
|
|
|
|
$$PWD/vpiece_p.h \
|
|
|
|
$$PWD/vpiecenode.h \
|
2016-11-23 11:54:46 +01:00
|
|
|
$$PWD/vpiecenode_p.h \
|
|
|
|
$$PWD/vpiecepath.h \
|
2017-02-23 10:19:27 +01:00
|
|
|
$$PWD/vpiecepath_p.h \
|
2017-02-23 10:37:19 +01:00
|
|
|
$$PWD/floatItemData/vpiecelabeldata.h \
|
|
|
|
$$PWD/floatItemData/vpatternlabeldata.h \
|
2017-02-23 12:26:12 +01:00
|
|
|
$$PWD/floatItemData/vgrainlinedata.h \
|
2017-02-23 12:50:13 +01:00
|
|
|
$$PWD/floatItemData/vabstractfloatitemdata.h \
|
2017-02-23 13:04:49 +01:00
|
|
|
$$PWD/floatItemData/vabstractfloatitemdata_p.h \
|
|
|
|
$$PWD/floatItemData/vgrainlinedata_p.h \
|
2017-02-23 13:36:08 +01:00
|
|
|
$$PWD/floatItemData/floatitemdef.h \
|
2017-02-23 13:46:53 +01:00
|
|
|
$$PWD/floatItemData/vpatternlabeldata_p.h \
|
2017-06-01 12:04:25 +02:00
|
|
|
$$PWD/floatItemData/vpiecelabeldata_p.h \
|
|
|
|
$$PWD/measurements.h \
|
|
|
|
$$PWD/pmsystems.h
|