Qmake directives to help using Templight to analyse our template usage.

This commit is contained in:
Mathew Sutcliffe
2017-02-20 21:03:03 +00:00
parent c268581954
commit db692461ef
5 changed files with 57 additions and 2 deletions

View File

@@ -52,6 +52,12 @@ macx:staticlib:isEmpty(SOURCES) {
# not supported by clang_cl
clang_cl: CONFIG -= precompile_header
################################
# Templight (template analysis tool)
################################
include(templight.pri)
################################
# Black libs
################################