remove a couple of debugging lines

This commit is contained in:
nhmall
2022-01-13 14:35:07 -05:00
parent b6dae17b21
commit 2486b527ba
-2
View File
@@ -168,13 +168,11 @@ QTCXXFLAGS += -I$(QTDIR)/include/QtWidgets
MOCPATH = $(QTDIR)/libexec/moc MOCPATH = $(QTDIR)/libexec/moc
endif endif
else # QT_PACKAGE_AVAILABLE else # QT_PACKAGE_AVAILABLE
$(error error is inside package)
LINK = $(CXX) LINK = $(CXX)
QTCXXFLAGS += $(sort $(shell PKG_CONFIG_PATH=$(QTDIR)/lib/pkgconfig pkg-config Qt6Gui Qt6Widgets Qt6Multimedia --cflags)) 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) WINLIB += $(shell PKG_CONFIG_PATH=$(QTDIR)/lib/pkgconfig pkg-config Qt6Gui Qt6Widgets Qt6Multimedia --libs)
endif # WANT_WIN_QT6 endif # WANT_WIN_QT6
else # QT_PACKAGE_AVAILABLE else # QT_PACKAGE_AVAILABLE
$(error error QT_PACKAGE_AVAILABLE)
endif # QT_PACKAGE_AVAILABLE endif # QT_PACKAGE_AVAILABLE
ifndef QTDIR ifndef QTDIR
$(error QTDIR not defined in the environment or Makefile) $(error QTDIR not defined in the environment or Makefile)