From 8e5629df9c7e57d3241075eaebc86215ae8536f7 Mon Sep 17 00:00:00 2001 From: thunder2 Date: Sat, 24 Jan 2026 23:27:13 +0100 Subject: [PATCH] Enabled compile of plugin VOIP for Qt 5 only --- plugins/plugins.pro | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/plugins/plugins.pro b/plugins/plugins.pro index 96de2bbc3..b4ef386b7 100644 --- a/plugins/plugins.pro +++ b/plugins/plugins.pro @@ -18,11 +18,10 @@ TEMPLATE = subdirs -win32-g++:isEmpty(QMAKE_SH):lessThan(QT_MAJOR_VERSION,6) { - # Qt 5 Windows native build +lessThan(QT_MAJOR_VERSION,6) { + # Qt 5 SUBDIRS += \ VOIP \ } SUBDIRS += \ - FeedReader \ - VOIP + FeedReader