Skip to content

Commit

Permalink
Use Qwt as dynamic library.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Dec 5, 2024
1 parent 5cdf58b commit fc39543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qwt_preconfigure.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.16)
function(CONFIGURE_QWT)
file(STRINGS "${CMAKE_CURRENT_BINARY_DIR}/qwtconfig.pri" inputLines)

set(keywords "QwtExamples" "QwtPlayground" "QwtTests" "QwtDesignerSelfContained" "QwtDesigner" "QwtPolar" "QwtSvg" "QwtDll")
set(keywords "QwtExamples" "QwtPlayground" "QwtTests" "QwtDesignerSelfContained" "QwtDesigner" "QwtPolar" "QwtSvg")
set(modifiedLines)
foreach(line IN LISTS inputLines)
if("${line}" MATCHES "^[ \t]*#")
Expand Down

0 comments on commit fc39543

Please sign in to comment.