Skip to content

Commit 3909d37

Browse files
author
Kari Oikarinen
committed
tests: Include QFileInfo in emulationdetector.h
Otherwise using it later is a compile error on ARM if no header including it has been included before. Change-Id: I422eeb948da4a22bc3f649daff39740703039372 Reviewed-by: Sami Nurmenniemi <[email protected]> Reviewed-by: Joerg Bornemann <[email protected]>
1 parent 8e47474 commit 3909d37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/shared/emulationdetector.h

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
#if defined(Q_OS_LINUX) && defined(Q_PROCESSOR_ARM)
3535
#define SHOULD_CHECK_ARM_ON_X86
3636

37+
#include <QFileInfo>
38+
3739
#if QT_CONFIG(process) && QT_CONFIG(regularexpression)
3840
#include <QProcess>
3941
#include <QRegularExpression>

0 commit comments

Comments
 (0)