ANGLE.pri 479 B

12345678910111213141516
  1. # -------------------------------------------------------------------
  2. # This file contains shared rules used both when building ANGLE
  3. # itself, and by targets that use ANGLE.
  4. #
  5. # See 'Tools/qmake/README' for an overview of the build system
  6. # -------------------------------------------------------------------
  7. SOURCE_DIR = $${ROOT_WEBKIT_DIR}/Source/ThirdParty/ANGLE
  8. *clang: QT_CONFIG -= c++11
  9. INCLUDEPATH += \
  10. $$SOURCE_DIR/include/GLSLANG \
  11. $$SOURCE_DIR/include/KHR