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 \
|
2016-12-20 13:39:05 +01:00
|
|
|
$$PWD/variables/vellipticalarcradius.cpp \
|
2016-11-03 16:59:53 +01:00
|
|
|
$$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:26:25 +01:00
|
|
|
$$PWD/vpiecelabeldata.cpp \
|
2017-02-23 10:33:17 +01:00
|
|
|
$$PWD/vpatternlabeldata.cpp \
|
|
|
|
$$PWD/vgrainlinedata.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 \
|
2016-12-20 13:39:05 +01:00
|
|
|
$$PWD/variables/vellipticalarcradius.h \
|
2016-11-03 16:59:53 +01:00
|
|
|
$$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:26:25 +01:00
|
|
|
$$PWD/vpiecelabeldata.h \
|
2017-02-23 10:33:17 +01:00
|
|
|
$$PWD/vpatternlabeldata.h \
|
|
|
|
$$PWD/vgrainlinedata.h
|