16 lines
413 B
Prolog
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
|
|
}
|