2015-09-07 16:39:04 +02:00
|
|
|
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
|
|
# This need for corect working file translations.pro
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
$$PWD/stable.cpp \
|
|
|
|
$$PWD/dxflib/dl_dxf.cpp \
|
2015-09-07 21:47:02 +02:00
|
|
|
$$PWD/dxflib/dl_writer_ascii.cpp \
|
|
|
|
$$PWD/vdxfengine.cpp \
|
|
|
|
$$PWD/vdxfpaintdevice.cpp
|
2015-09-07 16:39:04 +02:00
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
$$PWD/stable.h \
|
|
|
|
$$PWD/dxflib/dl_attributes.h \
|
|
|
|
$$PWD/dxflib/dl_codes.h \
|
|
|
|
$$PWD/dxflib/dl_creationadapter.h \
|
|
|
|
$$PWD/dxflib/dl_creationinterface.h \
|
|
|
|
$$PWD/dxflib/dl_dxf.h \
|
|
|
|
$$PWD/dxflib/dl_entities.h \
|
|
|
|
$$PWD/dxflib/dl_exception.h \
|
|
|
|
$$PWD/dxflib/dl_extrusion.h \
|
|
|
|
$$PWD/dxflib/dl_global.h \
|
|
|
|
$$PWD/dxflib/dl_writer.h \
|
2015-09-07 21:47:02 +02:00
|
|
|
$$PWD/dxflib/dl_writer_ascii.h \
|
|
|
|
$$PWD/vdxfengine.h \
|
|
|
|
$$PWD/vdxfpaintdevice.h \
|
|
|
|
$$PWD/dxfdef.h
|