annotate checker-lib.pro @ 49:51a8fe0a03cf

Suspend/resume stdout (as in the Piper simple server) to avoid plugins' own stdout blatherings from interfering with our "return values"
author Chris Cannam
date Tue, 02 Oct 2018 11:55:03 +0100
parents 846464771d06
children
rev   line source
Chris@7 1
Chris@7 2 TEMPLATE = lib
Chris@7 3
Chris@7 4 CONFIG += staticlib
Chris@7 5
Chris@7 6 include(checker.pri)
Chris@7 7
Chris@7 8 TARGET = checker
Chris@7 9
Chris@7 10