summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/repparser.prf
blob: cb5ae6beebad244baa0d5ae5b7a0a9dc9ca7c474 (plain)
1
2
3
4
5
6
7
8
9
CONFIG += qlalr
INCLUDEPATH *= $$QT.repparser.includes

for (include, INCLUDEPATH) {
    exists($${include}/parser.g) {
        msvc: QMAKE_CXXFLAGS += /wd4129
        QLALRSOURCES += $${include}/parser.g
    }
}