You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
318 B
Plaintext
22 lines
318 B
Plaintext
win32{
|
|
|
|
INCLUDEPATH += $$PWD\Tools\Win64\qwt\include/ \
|
|
|
|
Debug:LIBS += -L$$PWD\Tools\Win64\qwt\libd \
|
|
-lqwtd \
|
|
-lqwtpolard \
|
|
|
|
Release:LIBS += -L$$PWD\Tools\Win64\qwt\lib \
|
|
-lqwt \
|
|
-lqwtpolar \
|
|
}
|
|
|
|
unix{
|
|
|
|
INCLUDEPATH += ../../Qwt/include/ \
|
|
|
|
LIBS += -L../../Qwt/lib \
|
|
-lqwt \
|
|
-lqwtpolar \
|
|
}
|