Browse Source

remove debug outputs when build in release mode

Daniel Lackmann 2 years ago
parent
commit
d423307ee3
1 changed files with 2 additions and 0 deletions
  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