remove a couple of debugging lines
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user