Files
DRAMSys/analyzer/analyzer/paths.pro
Robert Gernhardt bd245a9d90 reorder buffer
2014-08-04 18:27:33 +02:00

16 lines
413 B
Prolog

#This file has to be included after CONFIG has been adjusted and before the path variables are used
#It has to be adjusted to your paths
CONFIG(qwt){
LIBS += -L/opt/qwt/lib/ -lqwt -lutil
INCLUDEPATH += /opt/qwt/include
}
CONFIG(python){
LIBS += -L/opt/python/lib -lpython3.4m
INCLUDEPATH += /opt/python/include/python3.4m
# LIBS += -lpython3.3m
# INCLUDEPATH += /usr/include/python3.3
}