Qt 5.4 Alpha from source, fatal error: private/qcoreglobaldata_p.h
-
Building 5.4 Alpha from source on Ubuntu 14.04 gives me following:
../../corelib/codecs/qtextcodec.cpp:55:39: fatal error: private/qcoreglobaldata_p.h: No such file or directory
#include "private/qcoreglobaldata_p.h"
^
compilation terminated.What is missing?
-
Hi,
Where did you get the sources from ? What parameter did you use she calling configure ?
-
- I have downloaded from here as single tar.gz file http://download.qt-project.org/development_releases/qt/5.4/5.4.0-alpha/single/
- Configure it as it was written in README ./configure -prefix $PWD/qtbase -opensource -nomake tests
- Also installed xcb dependencies from listed in qtbase/src/plugins/platforms/xcb/README