File: parser-qmake.mks

package info (click to toggle)
monkeystudio 1.9.0.4%2Bgit20161218-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 41,500 kB
  • ctags: 22,118
  • sloc: cpp: 144,671; ansic: 33,969; python: 2,922; makefile: 127; sh: 122; php: 73; cs: 69
file content (38 lines) | stat: -rw-r--r-- 1,814 bytes parent folder | download | duplicates (3)
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"