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.
38 lines
554 B
Plaintext
38 lines
554 B
Plaintext
3 weeks ago
|
win32{
|
||
|
|
||
|
INCLUDEPATH += $$PWD/../../Tools/Win64/cgns/include \
|
||
|
|
||
|
Debug:LIBS += -L$$PWD/../../Tools/Win64/cgns/libd/ \
|
||
|
-lcgns \
|
||
|
-lcgnsdll \
|
||
|
-llibhdf5_D \
|
||
|
-llibhdf5_cpp_D \
|
||
|
-llibhdf5_hl_D \
|
||
|
-llibhdf5_hl_cpp_D \
|
||
|
-llibhdf5_tools_D \
|
||
|
|
||
|
Release:LIBS += -L$$PWD/../../Tools/Win64/cgns/lib/ \
|
||
|
-lcgns \
|
||
|
-lcgnsdll \
|
||
|
-llibhdf5 \
|
||
|
-llibhdf5_cpp \
|
||
|
-llibhdf5_hl \
|
||
|
-llibhdf5_hl_cpp \
|
||
|
-llibhdf5_tools \
|
||
|
|
||
|
}
|
||
|
|
||
|
unix{
|
||
|
|
||
|
INCLUDEPATH += ../../cgns/include
|
||
|
|
||
|
LIBS += -L../../cgns/lib \
|
||
|
-lcgns \
|
||
|
-lhdf5 \
|
||
|
-lhdf5_cpp \
|
||
|
-lhdf5_hl \
|
||
|
-lhdf5_hl_cpp \
|
||
|
-lhdf5_tools
|
||
|
|
||
|
}
|