File debian.rules of Package synthv1

#!/usr/bin/make -f
#
QTDIR ?= /opt/qt6.9-static

%:
	dh $@

override_dh_auto_configure:
	# Add here commands to configure the package.
	cmake -DCMAKE_INSTALL_PREFIX=/usr  \
	      -DCMAKE_INSTALL_LIBDIR=lib   \
	      -DCMAKE_PREFIX_PATH=$(QTDIR) .
	# --- end custom part for configure
openSUSE Build Service is sponsored by