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
  • .pro.user and version control

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    G
    @aha_1980 OK thanks - I'll sort something from here
  • Hello World Crashed using MSVC 2015 as a compiler, Help please

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    A
    @hskoglund said in Hello World Crashed using MSVC 2015 as a compiler, Help please: updating your Intel graphic Thank you so match it works
  • 0 Votes
    9 Posts
    2k Views
    J.HilkJ
    @aha_1980 well its not an easy tool to use. I'm currently fighting with it as well, my antivirus pushes it into quarantine because it may be a potential virus. Only happens with my own created tools not the QtCreator one. I'm still trying to figure that one out...
  • access remote repo from QtCreator

    Unsolved
    2
    0 Votes
    2 Posts
    862 Views
    mrjjM
    Hi Did you look over https://doc.qt.io/qtcreator/creator-vcs-git.html There is something with the SSH key you should take into account.
  • Cant get QDoc to work

    Unsolved
    3
    0 Votes
    3 Posts
    632 Views
    raven-worxR
    @GrahamLa backslash is considered as escape character, try using a slash instead. Also your imagedirs variable is incomplete also see this Maybe you also want to include the online or offline template: include($QTDIR/doc/global/qt-html-templates-offline.qdocconf) # or include($QTDIR/doc/global/qt-html-templates-online.qdocconf)
  • QtCreator detachable windows

    Unsolved
    1
    0 Votes
    1 Posts
    344 Views
    No one has replied
  • Qt Creator says "File not found" in issues pane when file exists

    Solved
    4
    0 Votes
    4 Posts
    6k Views
    S
    I fixed it by adding mpicxx and mpicc as new compilers in "Build and Run" and then setting the "error parser" to clang for both mpicxx and mpicc. Even though both are using GNU -- not Clang -- this seems to fix the issue.
  • [SOLVED] Upgrading to QtCreator 4.9.0 has broken my macOS Kit

    Solved
    2
    0 Votes
    2 Posts
    372 Views
    E
    Apparently it just wiped the compilers I was using, and wiped the Build profiles. Once I selected "Apple Clang (x86_64)" for both C and C++ Compiler, I just had to add and configure my Debug and Release builds and it seems to work now. Still, this seems like an issue worth looking at if more people have their build settings wiped upgrading from QtCreator 4.8.x to 4.9.0.
  • Qbs profile confusion!

    Unsolved
    7
    0 Votes
    7 Posts
    999 Views
    E
    @jsulm Thats why I resorted to using sudo earlier. Thanks for your reply Eamonn
  • qmake: create folder if not exist from inside makefile

    Solved
    6
    0 Votes
    6 Posts
    4k Views
    deleted57D
    If someone is interested found a solution: equals(QMAKE_HOST.os, Windows) { ..... } else { ..... }
  • 0 Votes
    2 Posts
    563 Views
    aha_1980A
    @Anes Please DON'T start new posts for the same problem. As @hskoglund already said in https://forum.qt.io/topic/101632/hello-world-crashed-using-msvc-2015-as-a-compiler-help-please/8, please update your Intel Graphics driver. Regards
  • develop 3D metro station in Qt

    Locked Unsolved
    2
    0 Votes
    2 Posts
    367 Views
    K
    @Anes No need duplication of postings https://forum.qt.io/topic/101672/developping-a-3d-metro-station-simulator-in-qt Closing this one.
  • Makefile:412: recipe for target 'ui_mainwindow.h' failed

    Unsolved
    11
    0 Votes
    11 Posts
    2k Views
    jsulmJ
    @Momeneh You cross compiled Qt for Raspberry Pi, right? Then you can build your app on your PC, copy the binary to your Raspberry Pi and run it there (you will need to copy cross compiled Qt libs, which are used by your app, to Raspberry Pi as well). If you really want to build directly on Raspberry Pi, then install Qt provided by Raspbian as @SGaist said and use it, no need to build Qt by yourself. You should decide first whether you want 1 or 2...
  • Qt Creator clang clazy show nothing

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    A
    @sierdzio yes, but in console not so comfortable ) will wait for bugfixing
  • Qt Creator with MSVC2010 : no valid kit found

    Unsolved qtcreator msvc2010 no valid kit qt5.2.1
    4
    0 Votes
    4 Posts
    1k Views
    jsulmJ
    @Quentin91 said in Qt Creator with MSVC2010 : no valid kit found: The problem is that I can't download anything as I want as I work in a company Then how you did you download Qt source code? If online installer doesn't work you can use the offline installer.
  • Qt Configuration Tool download link

    Unsolved
    7
    0 Votes
    7 Posts
    4k Views
    CybrumC
    Dear @Yordan-Bonev , If you have found the solution, then please mark the topic as resolved. You can find the Qt Configuration Tool in the installer, if you have the commercial license. Please look at the screenshot below: [image: 673c3999-ddd7-4402-a9b8-a605922bf4e3.png]
  • Debug into Qt sources - mapping source path with prebuild version from Qt installer

    Solved
    3
    0 Votes
    3 Posts
    688 Views
    aha_1980A
    @gde23 said in Debug into Qt sources - mapping source path with prebuild version from Qt installer: (I think this should also be mentioned in the documentation) You can file a documentation change request on bugreports.qt.io If you do so, please add a link to that report here. Thanks! Regards
  • Wrong char type detection in debugger

    Unsolved debug qt creator
    3
    1 Votes
    3 Posts
    921 Views
    jsulmJ
    @Sergey-I. said in Wrong char type detection in debugger: Has anyone reported this to the bug tracker? I don't know. Did you check that?
  • I can't stop on breakpoints on 4.8.2

    Solved qtcreator qtcreator debug
    5
    0 Votes
    5 Posts
    1k Views
    A
    @jsulm ok, I didn't pay attention to that. So I switched to minGW build and GDB works as expected. Thanks a lot
  • QtCreator snippets

    Unsolved qtcreator
    1
    0 Votes
    1 Posts
    328 Views
    No one has replied