Remove hard-coded QWT & Python Path in QMake Project file of traceAnalyzer
This commit is contained in:
@@ -22,12 +22,12 @@ unix:!macx {
|
||||
macx: {
|
||||
CONFIG += c++11
|
||||
QMAKE_CXXFLAGS += -std=c++0x -stdlib=libc++ -DMAC
|
||||
QMAKE_LFLAGS += -F/opt/qwt-6.1.2/lib
|
||||
LIBS += -F/opt/qwt-6.1.2/lib/ -framework qwt
|
||||
INCLUDEPATH += /opt/qwt-6.1.2/lib/qwt.framework/Headers
|
||||
DEPENDPATH += /opt/qwt-6.1.2
|
||||
INCLUDEPATH += /usr/local/Cellar/python3/3.5.2_1/Frameworks/Python.framework/Versions/3.5/include/python3.5m
|
||||
LIBS += -L/usr/local/Cellar/python3/3.5.2_1/Frameworks/Python.framework/Versions/3.5/lib -lpython3.5
|
||||
QMAKE_LFLAGS += -F$$(LIBQWT_HOME)
|
||||
LIBS += -F$$(LIBQWT_HOME) -framework qwt
|
||||
INCLUDEPATH += $$(LIBQWT_HEADERS)
|
||||
DEPENDPATH += $$replace(LIBQWT_HOME, lib, )
|
||||
INCLUDEPATH += $$(PYTHON_HEADERS)
|
||||
LIBS += -L$$(PYTHON_HOME) -lpython3.5
|
||||
}
|
||||
|
||||
# QWT library and header files
|
||||
|
||||
Reference in New Issue
Block a user