Files
DRAMSys/analyzer/analyzer/paths.pro
2014-07-10 11:16:16 +02:00

14 lines
325 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 += -lpython3.4m
INCLUDEPATH += /opt/python/include/python3.4m
}