Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Qt Creator can't find header files from C++ STL library

$
0
0
Hello, I am relatively new to Qt development and have purchsed the Embedded Enterprise version of Qt. I have used the online installer to install Qt 5.3 and am targeting an embedded linux device (Sabre SD i.MX6) platform. I can successfully build my application for a desktop build but when I build for the target embedded device I get compile errors in that it can not find <utility>. From my understanidng this is a C++ standard template library file that can not be found. I have installed and verified that the g++ compiler is present. It was my impression that when I downloaded and installed the Enterprise binaries that everything was ready to go for the embedded device. When I ran the evaluation of Qt Enterprise I didn’t run into these types of problems. Any thoughts on what is not setup correctly and is causing my frustration? Any help would be appreciated. Thanks

Viewing all articles
Browse latest Browse all 2113

Trending Articles