PDA

View Full Version : How to determine QWebKit version ?



dkj5
25th March 2013, 13:45
Hi All,
Currently I am using Qt 4.8.0. I have 2 questions:

1. Can Qt 4.8.0 have different versions of QWebKit -- eg: one SDK of Qt 4.8.0 having QWebKit 2.1 & another SDK of Qt 4.8.0 having QWebKit 2.2 ?

2. How to determine the version of the QWebKit ? Is there a command for it or does any file contain the version number of the QWebKit ?

I am using Qt 4.8.0 on Ubuntu linux 11.01.

Regards,
DKJ

ChrisW67
26th March 2013, 01:10
QtWebkit is based on a snapshot of upstream sources. See:

Qt 4: $QTDIR/src/3rdparty/webkit/VERSION
Qt 5: $QTDIR/qtwebkit/VERSION

dkj5
26th March 2013, 05:57
Thank you Chris !! It solved my problem :)