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

Dennis: disable qwt on macos

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@5790 383ad7c9-94d9-4d36-a494-682f7c89f535
parent b6fa603f
Branches
No related tags found
No related merge requests found
include(plugin)
if (NOT APPLE)
find_package(Qwt5)
endif ()
if(Qwt5_Qt4_FOUND)
if(NOT APPLE AND Qwt5_Qt4_FOUND)
add_definitions(-DWITH_QWT)
MESSAGE(STATUS, "include path: ${Qwt5_INCLUDE_DIR}")
openflipper_plugin(INCDIRS ${Qwt5_INCLUDE_DIR} LIBRARIES ${Qwt5_Qt4_LIBRARY})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment