~zsombi/ubuntu-ui-toolkit/deprecatedQtFuncs

« back to all changes in this revision

Viewing changes to features/ubuntu_qml_plugin.prf

  • Committer: Zsombor Egri
  • Date: 2015-11-29 15:31:53 UTC
  • Revision ID: zsombor.egri@canonical.com-20151129153153-u681t5f8om8elocg
do not warn when deprecated declarations were found

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
 
80
80
QMAKE_CXXFLAGS += -Werror
81
81
 
 
82
#do not warn for deprecated declarations
 
83
QMAKE_CXXFLAGS -= -Werror=deprecated-declarations
 
84