mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-09-12 19:50:17 +05:00
Enabled compile of plugin VOIP for Qt 5 only
This commit is contained in:
parent
c83b4f3950
commit
8e5629df9c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user