# ---------------- # Get current dir GEOSTARS_DIR = $$PWD message (*** Using $$GEOSTARS_DIR as GEOSTARS_DIR ***) # Third party libs NOVAS_PATH = $$GEOSTARS_DIR/3rd-party/novas #include files GEOSTARS_INC_DIR = $${GEOSTARS_DIR}/include #lib dir GEOSTARS_LIB_DIR = $$GEOSTARS_DIR/lib INCLUDEPATH += . $${GEOSTARS_INC_DIR} $$NOVAS_PATH #LIBS += $$GEOSTARS_LIB # geostarslib library win32 { GEOSTARS_LIB = libgeostarslib.a message (*** Using Win32 ***) } else { GEOSTARS_LIB = libgeostarslib.so message (*** Using Linux ***) }