22 lines
626 B
Plaintext
22 lines
626 B
Plaintext
|
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
||
|
# This need for corect working file translations.pro
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/stable.cpp \
|
||
|
$$PWD/dxflib/dl_dxf.cpp \
|
||
|
$$PWD/dxflib/dl_writer_ascii.cpp
|
||
|
|
||
|
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 \
|
||
|
$$PWD/dxflib/dl_writer_ascii.h
|