blob: 1a425973320ab4eb18c4f12543643339e362964f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
WEBKIT_API_HEADERS = $$PWD/qwebframe.h \
$$PWD/qgraphicswebview.h \
$$PWD/qwebkitglobal.h \
$$PWD/qwebpage.h \
$$PWD/qwebview.h \
$$PWD/qwebsettings.h \
$$PWD/qwebhistoryinterface.h \
$$PWD/qwebdatabase.h \
$$PWD/qwebsecurityorigin.h \
$$PWD/qwebelement.h \
$$PWD/qwebpluginfactory.h \
$$PWD/qwebhistory.h \
$$PWD/qwebinspector.h \
$$PWD/qwebkitversion.h
|