Explorar el Código

remove debug outputs when build in release mode

Daniel Lackmann hace 2 años
padre
commit
d423307ee3
Se han modificado 1 ficheros con 2 adiciones y 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