From 83a55e176cda77234905046e1e26f10e3d953220 Mon Sep 17 00:00:00 2001 From: Michael Nutt Date: Fri, 27 Jan 2017 17:01:01 -0500 Subject: [PATCH] Only include qtwebkitversion.h if using newer qtwebkit --- src/Version.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 6b3f3fd..4b1916f 100644 --- a/src/Version.h +++ b/src/Version.h @@ -1,6 +1,9 @@ -#include "qtwebkitversion.h" #include "SocketCommand.h" +#ifndef QTWEBKIT_VERSION_STR +#include "qtwebkitversion.h" +#endif + class Version : public SocketCommand { Q_OBJECT