Skip to content

Commit

Permalink
apps/radar/Qucid - working on legacy params
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dixon committed Jan 2, 2024
1 parent 518374d commit 5f8d993
Show file tree
Hide file tree
Showing 13 changed files with 17,354 additions and 13,241 deletions.
14 changes: 7 additions & 7 deletions build/make_include/lrose_make.OSX_LROSE
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ NCAR_CPPC=ncarg++
# NETCDF4_INCS defines location of netCDF 4 include files
# NETCDF4_LDFLAGS defines location of netCDF 4 libraries

NETCDF_INCS=$(MY_NETCDF_INCS) -I/usr/local/netcdf/include -I/opt/homebrew/include
NETCDF_LDFLAGS=$(MY_NETCDF_LDFLAGS) -L/usr/local/netcdf/lib -L/opt/homebrew/lib
NETCDF_INCS=$(MY_NETCDF_INCS) -I/usr/local/netcdf/include
NETCDF_LDFLAGS=$(MY_NETCDF_LDFLAGS) -L/usr/local/netcdf/lib
NETCDF4_INCS=$(MY_NETCDF4_INCS)
NETCDF4_LDFLAGS=$(MY_NETCDF4_LDFLAGS)

Expand All @@ -172,12 +172,12 @@ NETCDF4_LIBS=-lnetcdf -lhdf5_hl -lhdf5 -lz -lbz2
#

QJSENGINE = -F/usr/local/Cellar/qt/5.14.2/lib -framework QtQml
PKG_CONFIG_PATH = /usr/local/opt/qt6/lib/pkgconfig
QT_INCLUDES = $(shell pkg-config --cflags Qt6Core Qt6Widgets Qt6Gui) -I/opt/homebrew/include
QT_LDFLAGS = -L$(shell pkg-config --variable=libdir Qt6Gui) -L/opt/homebrew/lib
QT_LIBS = $(shell pkg-config --libs Qt6Core Qt6Widgets Qt6Gui)
PKG_CONFIG_PATH = /usr/local/opt/qt5/lib/pkgconfig
QT_INCLUDES = $(shell pkg-config --cflags Qt5Core Qt5Widgets Qt5Gui)
QT_LDFLAGS = -L$(shell pkg-config --variable=libdir Qt5Gui)
QT_LIBS = $(shell pkg-config --libs Qt5Core Qt5Widgets Qt5Gui)
QT_CPPC_CFLAGS = -std=c++17
QT_EXEC_PATH=$(shell pkg-config --variable=exec_prefix Qt6Core)
QT_EXEC_PATH=$(shell pkg-config --variable=exec_prefix Qt5Core)

# do not have jasper lib

Expand Down
10 changes: 2 additions & 8 deletions build/make_include/lrose_make_qt_targets
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,8 @@ include $(LROSE_CORE_DIR)/build/make_include/lrose_make_cf_recursive_targets
# QT meta object compiler
#

ifeq ($(HOST_OS), LINUX_QT5)
QT_EXEC_PATH=$(shell PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" pkg-config --variable=exec_prefix Qt5Core)
QT_INCLUDES = $(shell PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" pkg-config --cflags Qt5Core Qt5Widgets Qt5Gui Qt5Qml)
else
QT_EXEC_PATH=$(shell PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" pkg-config --variable=exec_prefix Qt6Core)
QT_INCLUDES = $(shell PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" pkg-config --cflags Qt6Core Qt6Widgets Qt6Gui Qt6Qml)
endif

QT_EXEC_PATH=$(shell PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" pkg-config --variable=exec_prefix Qt5Core)
QT_INCLUDES = $(shell PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" pkg-config --cflags Qt5Core Qt5Widgets Qt5Gui Qt5Qml)
QT_INCLUDE = $(subst -I,,$(QT_INCLUDES))
moc: $(MOC_SRCS)
$(QT_EXEC_PATH)/bin/qmake -o Makefile.qmake "INCLUDEPATH=$(QT_INCLUDE)"
Expand Down
27,593 changes: 16,216 additions & 11,377 deletions codebase/apps/radar/src/Qucid/Makefile.qmake

Large diffs are not rendered by default.

Loading

0 comments on commit 5f8d993

Please sign in to comment.