removed DEPRECATED warnings by default

This commit is contained in:
csoler 2017-07-16 22:08:07 +02:00
parent e2fa57dcd7
commit 65326d9438

View File

@ -64,6 +64,7 @@ no_rs_gxs:CONFIG -= rs_gxs
# To disable Deprecated Warning append the following
# assignation to qmake command line "CONFIG+=rs_nodeprecatedwarning"
CONFIG *= no_rs_nodeprecatedwarning
CONFIG *= rs_nodeprecatedwarning
rs_nodeprecatedwarning:CONFIG -= no_rs_nodeprecatedwarning
# To disable Cpp #Warning append the following