This commit is contained in:
nhmall
2022-01-13 14:30:52 -05:00
parent 53f3016b43
commit b6dae17b21
+1 -1
View File
@@ -147,7 +147,7 @@ QTCXXFLAGS += $(sort $(shell PKG_CONFIG_PATH=$(QTDIR)/lib/pkgconfig pkg-config Q
WINLIB += $(shell PKG_CONFIG_PATH=$(QTDIR)/lib/pkgconfig pkg-config Qt5Gui Qt5Widgets Qt5Multimedia --libs) WINLIB += $(shell PKG_CONFIG_PATH=$(QTDIR)/lib/pkgconfig pkg-config Qt5Gui Qt5Widgets Qt5Multimedia --libs)
endif # WANT_WIN_QT5 endif # WANT_WIN_QT5
ifdef WANT_WIN_QT6 ifdef WANT_WIN_QT6
# As of January 2022 there was no Qt6 package was available. # As of January 2022 there was no Qt6 package available.
ifndef QT_PACKAGE_AVAILABLE ifndef QT_PACKAGE_AVAILABLE
# Try some likely spots for a self-built Qt6. # Try some likely spots for a self-built Qt6.
# You'll have to change these manually before using the hints file # You'll have to change these manually before using the hints file