Skip to content
Snippets Groups Projects
Commit 16c4cd5a authored by Jan Möbius's avatar Jan Möbius
Browse files

Dennis:

Added-support-for-source-list-filtering-to-plugin-ma

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@5848 383ad7c9-94d9-4d36-a494-682f7c89f535
parent ff942bbf
No related branches found
No related tags found
No related merge requests found
include(plugin)
macro (of_list_filter _list)
if (APPLE OR NOT Qwt5_Qt4_FOUND)
foreach (_element ${${_list}})
if (_element MATCHES "QwtFunctionPlot.*\\.(cc|hh|ui)$")
list (REMOVE_ITEM ${_list} ${_element})
endif ()
endforeach ()
endif ()
endmacro ()
if (NOT APPLE)
find_package(Qwt5)
endif ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment