qt5base-lts/util/glgen/glgen.pro
David Morgan d444bbf110 glgen: Added support for parsing the new xml spec.
The .spec file is no longer updated thus support for gl 4.4 is impossible without an update to parse the new xml spec. The legacy parser can be used with the -l (--legacy) switch.

Task-number: QTBUG-33671
Task-number: QTBUG-40090
Change-Id: I83d9380842a16e925f6c07331ee35fe035f6baa9
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
2014-08-29 12:41:21 +02:00

39 lines
1.3 KiB
Prolog

QT -= gui
CONFIG += console
CONFIG -= app_bundle
# Uncomment following to enable debug output
#DEFINES += SPECPARSER_DEBUG
TEMPLATE = app
TARGET = glgen
SOURCES += main.cpp \
xmlspecparser.cpp \
legacyspecparser.cpp \
codegenerator.cpp
HEADERS += \
specparser.h \
xmlspecparser.h \
legacyspecparser.h \
codegenerator.h
OTHER_FILES += \
qopenglversionfunctions.h.header \
qopenglversionfunctions.h.footer \
qopenglversionfunctions.cpp.header \
qopenglversionfunctions.cpp.footer \
qopenglversionfunctions__VERSION__.cpp.footer \
qopenglversionfunctions__VERSION__.cpp.header \
qopenglversionfunctions__VERSION__.h.footer \
qopenglversionfunctions__VERSION__.h.header \
qopenglversionfunctionsfactory_p.h.header \
qopenglextensions.cpp.header \
qopenglextensions.cpp.footer \
qopenglextensions.h.header \
qopenglextensions.h.footer \
qopenglversionfunctionsfactory.cpp.header \
qopenglversionfunctionsfactory.cpp.footer \
README.txt