Skip to content

Commit

Permalink
Fix #3113 TechDraw needs Drawing in cmake
Browse files Browse the repository at this point in the history
TechDraw/App  Svg/Dxf functions use routines from
Drawing/App/DrawingExport.cpp
  • Loading branch information
WandererFan authored and yorikvanhavre committed Jul 17, 2017
1 parent cbf42ad commit 0a7c6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -321,7 +321,7 @@ REQUIRES_MODS(BUILD_SHIP BUILD_PART BUILD_PLOT BUILD_IMAGE)
REQUIRES_MODS(BUILD_SKETCHER BUILD_PART)
REQUIRES_MODS(BUILD_SPREADSHEET BUILD_DRAFT)
REQUIRES_MODS(BUILD_START BUILD_WEB)
REQUIRES_MODS(BUILD_TECHDRAW BUILD_PART BUILD_SPREADSHEET)
REQUIRES_MODS(BUILD_TECHDRAW BUILD_PART BUILD_SPREADSHEET BUILD_DRAWING)

# ==============================================================================

Expand Down

0 comments on commit 0a7c6c4

Please sign in to comment.