WebKit1.pri 756 B

12345678910111213141516171819202122232425
  1. # -------------------------------------------------------------------
  2. # This file contains shared rules used both when building WebKit1
  3. # itself, and by targets that use WebKit1.
  4. #
  5. # See 'Tools/qmake/README' for an overview of the build system
  6. # -------------------------------------------------------------------
  7. SOURCE_DIR = $${ROOT_WEBKIT_DIR}/Source/WebKit
  8. INCLUDEPATH += \
  9. $$SOURCE_DIR/qt/Api \
  10. $$SOURCE_DIR/qt/WebCoreSupport \
  11. $$ROOT_WEBKIT_DIR/Source/WTF/wtf/qt
  12. have?(qtsensors):if(enable?(DEVICE_ORIENTATION)|enable?(ORIENTATION_EVENTS)): QT += sensors
  13. have?(qtlocation):enable?(GEOLOCATION): QT += location
  14. contains(CONFIG, texmap): DEFINES += WTF_USE_TEXTURE_MAPPER=1
  15. use?(PLUGIN_BACKEND_XLIB): PKGCONFIG += x11
  16. QT += network