Skip to content

Tag: qt-creator

Qt creator platform codegen flags

Seems Qt creator “platform codegen flags” does not take effect (Tools->Options…->Build&Run->Compillers). Mentioned there “-std=c++11” flag however it was not added to Makefile. Also added g++-5 there – also no effect: CXX = g++ CXXFLAGS = -pipe -g -Wall -W $(DE…

Completely remove Qt environment?

How to completely remove Qt environment? I installed Qt Creator Integrated Development from the Ubuntu Software Center,then I compiled and installed Qt 4.8.6 .There were few errors when I try to compile an Application. I Uninstalled / Removed via the Ubuntu Software Center. But when I tried to install QT 5.3 …