Enabled compile of plugin VOIP for Qt 5 only

This commit is contained in:
thunder2 2026-01-24 23:27:13 +01:00
parent c83b4f3950
commit 8e5629df9c

View File

@ -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