Explorar o código

remove debug outputs when build in release mode

Daniel Lackmann %!s(int64=2) %!d(string=hai) anos
pai
achega
d423307ee3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      freevirtualkeyboard.pro

+ 2 - 0
freevirtualkeyboard.pro

@@ -7,6 +7,8 @@
 QT       += qml quick quick-private gui-private
 
 CONFIG += plugin
+CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT
+
 
 TARGET = FreeVirtualKeyboard
 TEMPLATE = lib