mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-14 16:18:48 -05:00
FIX MSYS2: Disabled VOIP for msys2 and Qt 6
This commit is contained in:
parent
e0087ea8ee
commit
dae748ca2e
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@
|
|||
|
||||
TEMPLATE = subdirs
|
||||
|
||||
win32-g++:isEmpty(QMAKE_SH):lessThan(QT_MAJOR_VERSION,6) {
|
||||
# Qt 5 Windows native build
|
||||
SUBDIRS += \
|
||||
VOIP \
|
||||
}
|
||||
SUBDIRS += \
|
||||
FeedReader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue