qtsparkle: compatibility fix for Qt 4 and gcc 10

This commit is contained in:
Mark Brand 2020-05-29 01:45:32 +02:00
parent 2aa824b1c0
commit e594829c0c
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ define $(PKG)_BUILD_COMMON
$(TARGET)-g++ \
-W -Wall -Werror -std=c++11 -pedantic \
-Wno-deprecated-copy \
'$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-$(PKG).exe' \
`$(TARGET)-pkg-config qtsparkle@qtsparkle_version_suffix@ --cflags --libs`
endef