14 lines
325 B
Prolog
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
|
|
}
|