Parcourir la source

remove debug outputs when build in release mode

Daniel Lackmann il y a 2 ans
Parent
commit
d423307ee3
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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