From 2486b527ba3a1392d564117d4ece486a75113186 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 13 Jan 2022 14:35:07 -0500 Subject: [PATCH] remove a couple of debugging lines --- sys/unix/hints/linux.370 | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/unix/hints/linux.370 b/sys/unix/hints/linux.370 index 30effeba3..84b46923a 100755 --- a/sys/unix/hints/linux.370 +++ b/sys/unix/hints/linux.370 @@ -168,13 +168,11 @@ QTCXXFLAGS += -I$(QTDIR)/include/QtWidgets MOCPATH = $(QTDIR)/libexec/moc endif else # QT_PACKAGE_AVAILABLE -$(error error is inside package) LINK = $(CXX) QTCXXFLAGS += $(sort $(shell PKG_CONFIG_PATH=$(QTDIR)/lib/pkgconfig pkg-config Qt6Gui Qt6Widgets Qt6Multimedia --cflags)) WINLIB += $(shell PKG_CONFIG_PATH=$(QTDIR)/lib/pkgconfig pkg-config Qt6Gui Qt6Widgets Qt6Multimedia --libs) endif # WANT_WIN_QT6 else # QT_PACKAGE_AVAILABLE -$(error error QT_PACKAGE_AVAILABLE) endif # QT_PACKAGE_AVAILABLE ifndef QTDIR $(error QTDIR not defined in the environment or Makefile)