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.3k Posts
  • Qt Creator[qbs] - Add file into my project

    2
    0 Votes
    2 Posts
    1k Views
    IamSumitI
    Hii. http://qt-project.org/wiki/QBS http://qt-project.org/wiki/Category:Tools::GitQtCreator hope it would help
  • QtCreator, cmake and source_group

    5
    0 Votes
    5 Posts
    7k Views
    T
    Tobias, sorry but I need to necro this post as I finally found a solution for it. Unfortunately source_group does not work for QtCreator. Instead you can do the following: @add_custom_target(dummy SOURCES ${HEADERS} ${SOURCES})@ The "custom target":http://www.cmake.org/cmake/help/v3.0/command/add_custom_target.html has no command specified, so it will do nothing beyond adding the files to the source tree. I am going to submit a feature request for QtCreator nonetheless
  • [SOLVED] Can't get rid of qtcreator_process_stub

    4
    0 Votes
    4 Posts
    8k Views
    IamSumitI
    [quote author="arampl" date="1396793925"] There weren't "run in dos terminal" in Build & Run tab. [/quote] steps: 1)Switch to project (ctrl+5) 2)A widget will be shown containing BUILD | RUN tab. Hit/Press RUN tab. 3)then you will see various headings like Deployment,Run,Run Environment etc then go to RUN there is a check box labaled as Run in terminal select/deselect its up to you. hope it helps.
  • Qt Creator - Keyboard input not working

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Qt creator debug mode has disappeared

    5
    0 Votes
    5 Posts
    2k Views
    P
    Qt 4.8.1 and Qt Creator 2.4.1
  • Shortcut to select text in quotes

    2
    0 Votes
    2 Posts
    740 Views
    SGaistS
    Hi, AFAIK, no. But you can try asking for that feature
  • Need to understand terms pertaining to Includes Path + Widgets...

    1
    0 Votes
    1 Posts
    546 Views
    No one has replied
  • How to clear recent project history in Qt creater?

    6
    0 Votes
    6 Posts
    15k Views
    S
    Thanks for this advice.....SGaist
  • Unable to build a Qt project in command-line

    5
    0 Votes
    5 Posts
    3k Views
    SGaistS
    Good ! Then please update the thread title prepending [solved] so other forum users may know a solution has been found :)
  • Specifying variable name in Qt designer

    3
    0 Votes
    3 Posts
    1k Views
    K
    Thank you for the response koahnig! Regards, Kumar
  • Qt Creator 3.0.1 and GIT mergetool

    2
    0 Votes
    2 Posts
    3k Views
    J
    I found that the merge tool in Creator relies on the merge tool in GIT. GIT relies on 3rd party applications for their merge tool. The following are valid merge tools for GIT: emerge, gvimdiff, kdiff3, meld, vimdiff, and tortoisemerge. Here is a short tutorial for setting up the merge tool in GIT. "http://www.davesquared.net/2009/02/setting-up-diff-and-merge-tools-for-git.html":http://www.davesquared.net/2009/02/setting-up-diff-and-merge-tools-for-git.html
  • Load OTHER_FILES with Qt-Creator 3.1.1

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Qt template specialization error and linking issues

    17
    0 Votes
    17 Posts
    6k Views
    A
    What if create a simple Qt project in the header of MainWindow #include <QUuid> add QUuid variable to MainWindow try to compile Does it generate the error?
  • Design mode of Qt Creator can't add/move widgets by drug & drop

    1
    0 Votes
    1 Posts
    964 Views
    No one has replied
  • Qt Creator - Remote Debugging on Windows

    1
    0 Votes
    1 Posts
    772 Views
    No one has replied
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Settings file for "Attach to remote debug server" dialog?

    5
    0 Votes
    5 Posts
    2k Views
    I
    Well I finally figured it out. The settings are stored in (on Linux): ~/.config/QtProject/QtCreator.ini So the settings to start a debug session are not related to any specific project in the first place. While I can kinda understand this, (because it is not strictly necessary to have a project open to start debugging), I don't think it's very convenient. For example, I now have multiple projects which I'm switching between, and to start debugging I need to reconfigure the settings for the "Attach to remote debug server" dialog every time. It would be much more convenient if the settings in that dialog could be kept as project settings.
  • Qt Creator crash in code completion

    2
    0 Votes
    2 Posts
    1k Views
    sierdzioS
    This is definitely worth reporting on the bug tracker, especially since you say it is reproducible. Please report it using "these":https://qt-project.org/wiki/ReportingBugsInQt instructions.
  • Can not compile configure??

    6
    0 Votes
    6 Posts
    2k Views
    JKSHJ
    Hi, You are not meant to compile qmake by itself. Configure and build Qt modules from the root directory (1 level above the qtbase folder). qmake will automatically be built too. See https://qt-project.org/wiki/Building_Qt_5_from_Git
  • Qt Creator/Designer and QML issue

    10
    0 Votes
    10 Posts
    5k Views
    B
    same issue, I need create a fake extension project. But the problem is I have more than ten types to be registered. I need create them all. I think it really can be a bug in QT Creator.