Skip to content

Qt Creator and other tools

Have a question about Qt Creator, our cross-platform IDE, or any of the other tools? Ask here!
7.6k Topics 35.5k Posts
  • QMAKE_CXX.COMPILER_MACROS is not defined error with QT 5.9

    Locked Unsolved
    2
    0 Votes
    2 Posts
    5k Views
    SGaistS
    Hi, Please don't post in multiple sub forums. One is enough. Duplicates Closing this one
  • [QtCreator] Auto-competition not working for CMakeLists.txt

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    LogicaeL
    Okay, Thank you for your help. I'm back to QtCreator 4.0.3 for now, waiting for the correction of these bugs ...
  • QtCreator Clang Code Model with compile_commands.json

    Solved
    4
    0 Votes
    4 Posts
    4k Views
    SGaistS
    Sounds interesting, however I'm sorry I don't know if that can be achieved out of the box. I'd recommend bringing this to the Qt Creator mailing list. You'll find there Qt Creator developers/maintainers.
  • [QtCreator] QtCreator and cmake tool chain

    Unsolved
    1
    0 Votes
    1 Posts
    575 Views
    No one has replied
  • Qt Creator

    6
    3 Votes
    6 Posts
    1k Views
    A
    @ChrisW Yep very similar. It's very well done. I use vim so I have to have good vim support in any IDE I use and with the IdeaVIM plugin for jetbrains' ides it works great. If you like pycharm you'll like clion. :) It's pretty cheap for an IDE too. I got a license for $99 when it first came out. That beats my other IDE slickedit by a lot. Slickedit is like $350 or something silly high.
  • my cross compiler has error.tslib install but has error

    Solved
    47
    0 Votes
    47 Posts
    26k Views
    SGaistS
    What files ? Where are they ? Usually that's the kind of thing that start to happen when ones tries to solve a problem using sudo "because it works" rather than find the cause of the original problem which generally leads the snake biting its tail because the first use of sudo makes one or more files only owned by root and its group and thus not accessible etc.
  • Repositories Missing (MacOS 10.9.5)

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    SGaistS
    So it seems unrelated to another bug I saw that was coming from Apple new version of some system library. You should check the bug report system to see if it's something know. If not please consider opening a new report providing as much information as possible including these stack trace.
  • How to customize code completion for C++ in QtCreator?

    Unsolved
    2
    0 Votes
    2 Posts
    574 Views
    J.HilkJ
    Do you know that there is such a function in QtCreator already? the usuall Key-Combination is ctrl + spacebar? For other classes that you include, you usually have to add the namespace beforehand to access/show the functions. NameSpace:: ctrl + spacebar or use using namespace NameSpace if you don't want to type them everytime you use them.
  • Qt Creator does not respond when creating new Dialog

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    jsulmJ
    @Taylor If you use the online installer you will get the latest official QtCreator and can update it easily using Qt Maintenance Tool
  • Debugging with QTCreator

    Unsolved
    3
    0 Votes
    3 Posts
    953 Views
    SGaistS
    Hi, That's a question you can bring to the Qt Creator mailing list. You'll find there Qt Creator's developers/maintainers. This forum is more user oriented. On a side note, it's pretty unusual to build both Qt Creator and Qt to start development. Most people either use the pre-built package using the online/offline installers or if on Linux, their distribution provided Qt. Why that path ?
  • retrieve full comiler options in qmake

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    You should check the qmake variable reference page. It contains all the variables that you likely need.
  • Tracing tool for signals

    Unsolved
    2
    0 Votes
    2 Posts
    915 Views
    SGaistS
    Hi and welcome to devnet, Are you talking about something like KDAB's GammaRay ?
  • Gesture Recognition with SR300 Intel Camera

    Unsolved
    1
    0 Votes
    1 Posts
    648 Views
    No one has replied
  • auto complete not working for cross compiler

    Unsolved
    2
    0 Votes
    2 Posts
    680 Views
    sierdzioS
    Could be a bug, not sure. Are you using default code model or clang code model (plugin) in Qt Creator?
  • Is commercial licence required when using Qt IDE with native C/C++

    Solved
    2
    0 Votes
    2 Posts
    642 Views
    ?
    @spektro37 Hi! You don't need a commercial license for that.
  • Qt Creator 4.2.1 in Windows 7 64Bit VM crashes on start

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    D
    Thank you very much! Disabling the Welcome Plugin did indeed fix my problem! =) Solved!
  • Cant connect to in-process debugger, application with plugins and multiple QQmlEngines

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    B
    Windows 7 mingw I will try in linux... if it is happening the same
  • QtCreator on Vista

    Unsolved
    15
    0 Votes
    15 Posts
    4k Views
    _
    I will now try to install optional updates because I found out that there might be updates which affect those DLLs.
  • 'Find usages' in QTCreator looks only in opened files ( bug ? )

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    K
    It's stange you know @jsulm . I was strugling this for more then half year now, in a couple of different projects. I was trying to reproduce it by making some example project. In the time of making it, it started to work and now it works on the projects it wasn't working before too. I've got no idea what happened. I didn't make anything extraordynary.
  • "symbol(s) not found for architecture x86_64" error when compiling a Qt project on Mac

    Unsolved
    27
    0 Votes
    27 Posts
    11k Views
    D
    @SGaist said in "symbol(s) not found for architecture x86_64" error when compiling a Qt project on Mac: The more involved method would be to find why it's null. I've posted a question on the Irrlicht forum to find out why it's null: http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7&t=51856&p=301630