Skip to content

Instantly share code, notes, and snippets.

@guitorri
Last active August 29, 2015 13:57
Show Gist options
  • Save guitorri/9475193 to your computer and use it in GitHub Desktop.
Save guitorri/9475193 to your computer and use it in GitHub Desktop.
--- a/OMPlot/OMPlotGUI/OMPlotGUI.config.in
+++ b/OMPlot/OMPlotGUI/OMPlotGUI.config.in
@@ -2,5 +2,7 @@ QMAKE_CC = @CC@
QMAKE_CXX = @CXX@
QMAKE_LINK = @CXX@
-LIBS += -lqwt@with_qwt_suffix@
-INCLUDEPATH += @with_qwt@
+QMAKEFEATURES += @with_qwt@/features
+CONFIG += qwt
+LIBS += -F@with_qwt@/lib/ -framework qwt
+INCLUDEPATH += @with_qwt@/lib/qwt.framework/Headers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment