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's Clang Static Code Analyzer does not work for my code-base.

    Unsolved
    3
    0 Votes
    3 Posts
    810 Views
    Sudo007S
    @CleverFish I want to run Qt creator's Clang tool. however i run the above command in the terminal, i got following error: In file included from ../timesys/imx6q_camaro/toolchain/include/features.h:388: ../timesys/imx6q_camaro/toolchain/include/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-soft.h' file not found include <gnu/stubs-soft.h>
  • Cannot build project

    Moved Unsolved
    7
    0 Votes
    7 Posts
    11k Views
    aha_1980A
    @ayaniger said in Cannot build project: This may have to do with your locale settings. I had this problem on Debian Linux... That may have worked for you, but @johnnyboy is on Windows. I could rather imagine he has spaces in his path and that causes problems.
  • Qbs and custom compiler?

    Unsolved qbs toolchain
    2
    0 Votes
    2 Posts
    690 Views
    sierdzioS
    I recommend asking on QBS mailing list, all the QBS experts are active there. http://lists.qt-project.org/mailman/listinfo/qbs
  • VCPkg integration on Windows?

    Unsolved
    2
    1 Votes
    2 Posts
    5k Views
    SGaistS
    Hi, From a quick look they provide integration for cmake. See here. That might be the quick and easy way to go.
  • Qt on VS 2017: Link DLLs at Runtime

    Locked Unsolved
    2
    0 Votes
    2 Posts
    450 Views
    SGaistS
    Hi, Please don't post the same question in multiple sub-forum. Duplicates Closing this one.
  • Qt Creator Devices Android cannot add new AVD java.lang.NoClassDefFoundError

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    O
    Hi Same for me when I try to create an AVD: Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema I have all green ticks too but I use Windows 7. jdk 1.8.0-152 SDK 26.1.1 NDK 16.1.4479499 ABI armeabi-v7a API android-21
  • folding all function.

    Solved
    2
    0 Votes
    2 Posts
    767 Views
    aha_1980A
    Hi @metalBreed, and welcome. Yes, Creator can fold functions and control statements. I cannot tell you, if you can fold all functions at once. Regards
  • qmake to just generate the <app>_plugin_import.cpp file?

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    raven-worxR
    @Maarten-Verhage said in qmake to just generate the <app>_plugin_import.cpp file?: My question is now if I can use qmake to just generate the <app>_plugin_import.cpp file. Preferably without the need of an project *.pro file. Those files should only be created when building statically. qmake doesn't work without .pro files. You can try to search in the mkspecs folder of your Qt installation if there is any qmake function included during the build process and check on what qmake variables it depends on or maybe even what external tool is called. In the worst case this is even implemented in the qmake source code directly.
  • Will Qt Company make Qt Quick Compiler free available to the community? When?

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    hexeditorH
    Thanks, @jsulm, but the current Qt version is Qt 5.10, so... yes... we have to wait longer ;)
  • QtCreator ToolTip for global struct

    Unsolved
    4
    0 Votes
    4 Posts
    898 Views
    Pablo J. RoginaP
    @aha_1980 excellent! Qt Project, a community driven effort!
  • QWebEngineView not showing up in QtCreator

    Unsolved
    5
    0 Votes
    5 Posts
    5k Views
    L
    @jsulm By that I mean that it is available in the standalone "Qt Designer" when launched from the start menu. But it is not available when using the embedded designer in Qt Creator when I click on the .ui file and view it in design mode. I have set up my .pro file as described in the documentation.
  • Using 'staticlib' and 'lib_bundle' together

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    SGaistS
    Thanks for the feedback
  • Can't find the download link on the website

    Solved
    3
    0 Votes
    3 Posts
    930 Views
    R
    disabled adblock and I can now see the button! thanks for that!
  • Output in application output dock even though Run in Terminal is selected

    Solved
    4
    0 Votes
    4 Posts
    881 Views
    C
    @JonB @aha_1980 That's right! The video shows how to do so: https://www.youtube.com/watch?v=xm5Vlofr57s&feature=youtu.be
  • Debugger is not working on OSX 10.12.3 with QT 5.9 and QT Creator 4.4.1

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    S
    I have the same problem on High Sierra. Managed to fix some on the lldb error by creating a .lldbinit file with the missing import (ex: script import sys) but i'm stuck at the _remove_dead_weakref error.
  • Qt Creator: How to change max line width value used by QML formatter?

    Unsolved
    1
    0 Votes
    1 Posts
    553 Views
    No one has replied
  • Qt can't include anything

    Unsolved qtcreator c++ program game
    10
    0 Votes
    10 Posts
    3k Views
    SGaistS
    Did you have any system update happening in between ?
  • QtCreator Qbs GoogleTest help needed

    Unsolved
    2
    0 Votes
    2 Posts
    628 Views
    jiancaiyangJ
    @Xavier-Thomas You may use a work-around by passing parameters to somfunc() to resolve problem temporarily. Maybe a problem with creating context being corrupted could cause properties being undefined.
  • Qt Creator: How to do per-project tab spacing?

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    K
    Thanks guys, that did it, no idea how I missed it.
  • 0 Votes
    7 Posts
    3k Views
    mrjjM
    @Suppaman Hi sorry i could not find more info on this. very odd.