Skip to content

Instantly share code, notes, and snippets.

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