testlib: Fix qtguiglobal.h include in qtestsupport_gui.h

Change-Id: I7aeb881821bdf501efb9616250911d7b3cc58300
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Tor Arne Vestbø 2018-07-31 12:48:33 +02:00
parent 5c7d2033e0
commit 0f1f9d4224

View File

@ -40,7 +40,7 @@
#ifndef QTESTSUPPORT_GUI_H
#define QTESTSUPPORT_GUI_H
#include "qtguiglobal.h"
#include <QtGui/qtguiglobal.h>
QT_BEGIN_NAMESPACE