CMake: Fix wasm build without PCH enabled

There were a few missing includes.

Pick-to: 6.7
Change-Id: I352f4745a2691e96160408ab234a1ed8549f063c
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
This commit is contained in:
Alexandru Croitor 2024-02-20 15:17:48 +01:00
parent 8a19f3c089
commit 9fe6190b5b

View File

@ -3,6 +3,8 @@
#include "qwasmdom.h"
#include <QtCore/qdir.h>
#include <QtCore/qfile.h>
#include <QtCore/qpoint.h>
#include <QtCore/qrect.h>
#include <QtGui/qimage.h>