comparison checker.pri @ 40:40c6936c2fc9 errorcode

Return numerical error codes, so the caller can apply i18n on display; distinguish explicitly the common win32 architecture problems
author Chris Cannam
date Wed, 29 Aug 2018 17:40:22 +0100
parents 4154894d638c
children bb3d59462052
comparison
equal deleted inserted replaced
38:a43d7a2867d2 40:40c6936c2fc9
10 MOC_DIR = o 10 MOC_DIR = o
11 11
12 INCLUDEPATH += checker 12 INCLUDEPATH += checker
13 13
14 HEADERS += \ 14 HEADERS += \
15 checker/checkcode.h \
15 checker/plugincandidates.h \ 16 checker/plugincandidates.h \
16 checker/knownplugincandidates.h \ 17 checker/knownplugincandidates.h \
17 checker/knownplugins.h 18 checker/knownplugins.h
18 19
19 SOURCES += \ 20 SOURCES += \