backport optimization (from qt5-qtbase)

This commit is contained in:
Rex Dieter 2015-12-29 09:28:51 -06:00
parent 210022372e
commit 6dd80f3b69
1 changed files with 3 additions and 0 deletions

View File

@ -6,7 +6,10 @@
#ifndef QCONFIG_MULTILIB_H
#define QCONFIG_MULTILIB_H
#ifndef __WORDSIZE
#include <bits/wordsize.h>
#endif
#if __WORDSIZE == 32
#include "QtCore/qconfig-32.h"