Top "Qt-creator" questions

Qt Creator is a comprehensive open source C++ IDE which is part of the Qt Project.

How to add include path in Qt Creator?

I have a project I'm working on in Qt creator that requires a third-party library. I want to add the …

path include qt-creator
Adding external library into Qt Creator project

How can I add external library into a project built by Qt Creator RC1 (version 0.9.2)? For example, the win32 function …

c++ winapi qt qt-creator
QtCreator: No valid kits found

Installed just the IDE on Windows 7. I want to create a Plain C++ Project (Non-QT Project); however I get an …

c++ qt ide qt-creator
to_string not declared in scope

I am trying to make the to_string(NUMBER) function work in my Ubuntu computer for weeks but it never …

c++ ubuntu qt-creator
Qt Creator color scheme

I like the dark "FakeVim" color scheme in Qt Creator. However it only makes the editor part dark while everything …

qt-creator color-scheme ide-customization
How to link opencv in QtCreator and use Qt library

This question must be duplicate many times, but it just doesn't work and sometimes it still remains unanswered. Sources of …

c++ qt opencv qt-creator
Using a static library in Qt Creator

I'm having a hell of a time finding documentation which clearly explains how to use a static library in Qt …

c++ linker static-libraries qt-creator
Qt: can't find -lGL error

I just reinstalled QtCreator, created new project (Qt Application) an got this after compilation: /usr/bin/ld: **cannot find -lGL** …

c++ qt compiler-construction qt-creator ubuntu-13.04
Qt Creator needs a compiler set up to build. Configure a compiler in the kit options

I Have Installed Qt Creator5 with latest binaries. but when i am running any program it is giving me this …

qt qt-creator
How to configure CDB in Qt Creator?

The question here is the same as mine but the solution there is not working for me. I am using …

c++ c qt qt-creator