mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-25 10:52:31 -04:00
14 lines
359 B
Plaintext
14 lines
359 B
Plaintext
|
CONFIG -= qt
|
||
|
CONFIG += depend_includepath
|
||
|
|
||
|
# ublas include directory
|
||
|
INCLUDEPATH += \
|
||
|
../../../../include
|
||
|
|
||
|
# If ublas tests are build with boost source code then,
|
||
|
# then boost headers and boost libraries should be used.
|
||
|
exists(../../../../../../../boost-build.jam) {
|
||
|
INCLUDEPATH += ../../../../../../..
|
||
|
#LIBS += -L../../../../../../../stage/lib
|
||
|
}
|