mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 00:53:58 -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
|
TEMPLATE = subdirs
|
||||||
|
|
||||||
|
win32-g++:isEmpty(QMAKE_SH):lessThan(QT_MAJOR_VERSION,6) {
|
||||||
|
# Qt 5 Windows native build
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
VOIP \
|
VOIP \
|
||||||
|
}
|
||||||
|
SUBDIRS += \
|
||||||
FeedReader
|
FeedReader
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue