make network debug depend on if its a debug build or not

This commit is contained in:
sD 2020-02-21 18:47:46 +01:00
parent ed240c6ab0
commit b5c5141007

View File

@ -34,6 +34,10 @@ contains(DEFINES, QTAUDIO) {
QT += multimedia
}
contains(CONFIG, qml_debug) {
DEFINES += DEBUG_NETWORK
}
macx:LIBS += -framework CoreFoundation -framework Foundation -framework CoreServices