Skip to content

Commit

Permalink
Default to WITH_QWTPOLAR OFF
Browse files Browse the repository at this point in the history
Since it's not compatible with Qt5 builds
  • Loading branch information
nyalldawson committed Oct 3, 2016
1 parent 230417c commit c4bf35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ SET (QGIS_APP_MOC_HDRS
qgsvariantdelegate.h
)

SET (WITH_QWTPOLAR TRUE CACHE BOOL "Determines whether QwtPolar should be built")
SET (WITH_QWTPOLAR FALSE CACHE BOOL "Determines whether QwtPolar should be built")

IF (WITH_QWTPOLAR)
ADD_DEFINITIONS(-DWITH_QWTPOLAR)
Expand Down

0 comments on commit c4bf35c

Please sign in to comment.