Skip to content

Commit

Permalink
Do not link qgis_core against qscintilla
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 11, 2015
1 parent 7c6358a commit dcfc538
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/CMakeLists.txt
Expand Up @@ -753,7 +753,6 @@ TARGET_LINK_LIBRARIES(qgis_core
${QT_QTNETWORK_LIBRARY}
${QT_QTSVG_LIBRARY}
${QT_QTWEBKIT_LIBRARY}
${QSCINTILLA_LIBRARY}

${PROJ_LIBRARY}
${GEOS_LIBRARY}
Expand Down

3 comments on commit dcfc538

@NathanW2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not link it?

@m-kuhn
Copy link
Member Author

@m-kuhn m-kuhn commented on dcfc538 Mar 11, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because qgis_core does not require it, only qgis_gui does.

@NathanW2
Copy link
Member

@NathanW2 NathanW2 commented on dcfc538 Mar 11, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.