make network debug depend on if its a debug build or not
This commit is contained in:
parent
ed240c6ab0
commit
b5c5141007
@ -34,6 +34,10 @@ contains(DEFINES, QTAUDIO) {
|
|||||||
QT += multimedia
|
QT += multimedia
|
||||||
}
|
}
|
||||||
|
|
||||||
|
contains(CONFIG, qml_debug) {
|
||||||
|
DEFINES += DEBUG_NETWORK
|
||||||
|
}
|
||||||
|
|
||||||
macx:LIBS += -framework CoreFoundation -framework Foundation -framework CoreServices
|
macx:LIBS += -framework CoreFoundation -framework Foundation -framework CoreServices
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user