Only include qtwebkitversion.h if using newer qtwebkit

This commit is contained in:
Michael Nutt 2017-01-27 17:01:01 -05:00 committed by Matthew Horan
parent df7f69f7a0
commit 83a55e176c
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
#include "qtwebkitversion.h"
#include "SocketCommand.h"
#ifndef QTWEBKIT_VERSION_STR
#include "qtwebkitversion.h"
#endif
class Version : public SocketCommand {
Q_OBJECT