SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,14 @@
Fix Qt version detection (we don't need libproxy with Qt >=5.5.0)
Index: src/remotepluginprocess/remotepluginprocess.pro
--- src/remotepluginprocess/remotepluginprocess.pro.orig
+++ src/remotepluginprocess/remotepluginprocess.pro
@@ -25,7 +25,7 @@ INCLUDEPATH += . \
CONFIG += \
build_all
-lessThan(QT_VERSION, "5.5.0"):system($$pkgConfigExecutable() --exists libproxy-1.0) {
+!versionAtLeast(QT_VERSION, "5.5.0"):system($$pkgConfigExecutable() --exists libproxy-1.0) {
DEFINES += HAVE_LIBPROXY
PKGCONFIG += libproxy-1.0
SOURCES += my-network-proxy-factory.cpp