/usr/share/monkeystudio/scripts/parser-qmake.mks is in monkeystudio-common 1.9.0.4-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | # It is a machine generated file. Do not edit it manualy!
# WARNING: Failure to find file
parser add "QMake" "(?:^|\n)WARNING:\s*(Failure to find:\s*([^\n$]+))" "%2" "-1" "-1" "error" "%1" "%0"
# Project MESSAGE
parser add "QMake" "(?:^|\n)Project MESSAGE:\s*([^\n$]+)" "" "-1" "-1" "message" "%1" "%0"
# Reading
parser add "QMake" "(?:^|\n)\s*(Reading\s*([^\n$]+))" "%2" "-1" "-1" "message" "%0" "%1"
# Warning: potential duplicate alias detected
parser add "QMake" "(?:^|\n)([^:]+):\s*Warning:\s*(potential duplicate alias detected:\s*'[^\n$]+')" "%1" "-1" "-1" "warning" "%2" "%0"
# lupdate/lrelease warning
parser add "QMake" "(?:^|\n)(?:lupdate|lrelease) warning:\s*((?:[^'\n$]+'[^'\n$]+')?[^'\n$]+'([^'\n$]+)'\.?)" "%2" "-1" "-1" "warning" "%1" "%0"
# cannot open
parser add "QMake" "(?:^|\n)Cannot (?:open|create) [^:]+:\s*([^\n$]+)" "" "-1" "-1" "error" "%1" "%0"
# Updating TS/QM file
parser add "QMake" "(?:^|\n)Updating\s*'([^']+)'[^\n$]+" "%1" "-1" "-1" "message" "%0" "%0"
# Updating TS/QM file info
parser add "QMake" "(?:^|\n)\s*((?:Found|Generated|Kept|Same-text)(?:\s*\d+)?[^\n$]+)" "" "-1" "-1" "message" "%0" "%1"
# Generic filename + line + message
parser add "QMake" "(?:^|\n)([^:(]+):?\(?(\d+)\)?:\s*([^\n$]+)" "%1" "-1" "%2" "warning" "%3" "%0"
# Generic filename + message
parser add "QMake" "(?:^|\n)([^:]+):\s*(?:[^\n:]+):\s*([^\n$]+)" "%1" "-1" "-1" "warning" "%2" "%0"
# uic command line
parser add "QMake" "(?:^|\n)(?:[^\n$]+)?uic(?:-[\w\d\.]+)?\s+[^\n$]+\s+-o\s+([^\n$]+)" "%1" "-1" "-1" "action" "Generating %1..." "%0"
# moc command line
parser add "QMake" "(?:^|\n)(?:[^\n$]+)?moc(?:-[\w\d\.]+)?\s+[^\n$]+\s+-o\s+([^\n$]+)" "%1" "-1" "-1" "action" "Generating %1..." "%0"
|