qzxing/.lgtm.yml
Bas van Schaik d45bc20897
Create .lgtm.yml to configure LGTM.com C/C++ analysis
This file gives LGTM.com how to configure the C/C++ code. It'll figure out the rest of the build command and required dependencies itself.
2019-07-02 12:48:45 +01:00

5 lines
100 B
YAML

extraction:
cpp:
configure:
command: "qmake -o Makefile CONFIG+=Release src/QZXing.pro"