TechDraw: SVG export refactoring - Fix DLL export/import issue

This commit is contained in:
Tomas Pavlicek
2019-06-10 11:49:39 +02:00
committed by WandererFan
parent 2c634d84af
commit f925fa45af
3 changed files with 3 additions and 2 deletions

View File

@@ -192,7 +192,7 @@ endif(FREECAD_USE_PCH)
add_library(TechDraw SHARED ${TechDraw_SRCS} ${Draw_SRCS} ${TechDrawAlgos_SRCS}
${Geometry_SRCS} ${Python_SRCS})
target_link_libraries(TechDraw ${TechDrawLIBS};${QT_QTXML_LIBRARY};${QtXmlPatternsLib};${TechDraw})
target_link_libraries(TechDraw ${TechDrawLIBS};${QtXmlPatternsLib};${TechDraw})
ADD_CUSTOM_COMMAND(TARGET TechDraw
POST_BUILD