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
  • This topic is deleted!

    Unsolved
    1
    -1 Votes
    1 Posts
    4 Views
    No one has replied
  • CLangCodeModel, libclang command line arguments and cross-compiling

    Unsolved
    2
    0 Votes
    2 Posts
    632 Views
    H
    I got CXError_Failure when libclang couldn't handle one of the compiler arguments in compile_commands.json. See QTCREATORBUG-22063.
  • Qt IFW access file name of installer exe

    Solved
    3
    0 Votes
    3 Posts
    423 Views
    Christoph SchaeferC
    There is a predefined variable "InstallerFilePath" to solve my issue. installer.value("InstallerFilePath"); During my search I came across other interesting solutions. For example, you can also list all running processes and then search for your own name via RegEx. Maybe this approach is also interesting for somebody. // list the names of all running processes var outputArr = installer.execute('cmd.exe', ['/C', 'wmic process get name']); var id = ""; if(outputArr.length == 2) { // match the name of "my-installer-123456.exe" and extract the numerical id id = outputArr[0].match(/my\-installer\-(\d+)/i)[1]; }
  • Debugger is not working in Qt Creator 3.1.2

    Unsolved gdb
    2
    0 Votes
    2 Posts
    379 Views
    SGaistS
    Hi, Why not use a more recent version of Qt Creator ? Beside that, what compiler are you using ?
  • How to use QDoc to connect classes defined by MACROS?

    Unsolved
    4
    0 Votes
    4 Posts
    440 Views
    CorniceC
    @SGaist I discovered the problem when annotating namespaces created by the macro, and tried classes by the way.
  • Git GUI is not installed?

    Unsolved
    3
    0 Votes
    3 Posts
    992 Views
    aha_1980A
    @mdresser Can anyone tell me where to get the required tool? Thanks! sudo apt install git-gui should work. Regards
  • Question of using QDoc and QtAssistant tools to display .html files

    Unsolved
    2
    0 Votes
    2 Posts
    187 Views
    SGaistS
    Hi, What version of Qt ? What OS ? How did you document your code ? How did you invoke qdoc ?
  • CMAKE variable for several directories

    Solved
    3
    0 Votes
    3 Posts
    505 Views
    M
    Thanks! it worked
  • Qt Creator Difftool : ignore case and whitespace?

    Solved
    4
    0 Votes
    4 Posts
    475 Views
    aha_1980A
    @G_ka Thanks. So please mark this topic as SOLVED.
  • Mac Qt Creator 4.11.2 consistently periodically hangs

    Unsolved
    2
    0 Votes
    2 Posts
    365 Views
    D
    bug filed
  • Using .rcc File Generated By rcc tool in qmake project

    Unsolved
    2
    0 Votes
    2 Posts
    942 Views
    sierdzioS
    You can load external resources using Q_INIT_RESOURCE in c++ code. If you mean to ask how to generate rcc file using qmake (without using RESOURCES), then it's pretty easy. For example: QMAKE_POST_LINK += $$[QT_INSTALL_BINS]/rcc -no-compress -binary zipfile.qrc -o zipfile.rcc This will generate a standalone RCC file. You can also use a custom compiler for this if you want to.
  • clang-format plugin on Manjaro

    Unsolved
    1
    0 Votes
    1 Posts
    351 Views
    No one has replied
  • Mingw32-make.exe[1]: Nothing to be done for `first'.

    9
    0 Votes
    9 Posts
    13k Views
    aha_1980A
    @thanhvm do you really think you'll get an answer after seven years? Please start a new post and exactly state your problem. Regards
  • Updating of MaintenanceTool and Qt creator book-keeping

    Unsolved maintenancetool
    1
    0 Votes
    1 Posts
    287 Views
    No one has replied
  • Cmake Toolchain file

    Unsolved
    1
    0 Votes
    1 Posts
    560 Views
    No one has replied
  • 0 Votes
    2 Posts
    277 Views
    jsulmJ
    @xiehuii How did you create this Kit? What Qt version? On which OS?
  • Qt Creator resolving symlinks in paths

    Unsolved
    3
    0 Votes
    3 Posts
    951 Views
    P
    I mean that when I initially created the project, the "Import Existing Project" directory was the build directory. Yes the build system is very complex. It's CMake based, but the CMake files were written to replace an equally complex Make+Perl based system.
  • QDoc's "\snippet" command

    Unsolved
    2
    0 Votes
    2 Posts
    263 Views
    jsulmJ
    @Cornice Why do you use an absolute path to the source code file?
  • Qt Creator monitors unnecessary values

    Moved Unsolved
    1
    0 Votes
    1 Posts
    122 Views
    No one has replied
  • Why does QDoc only recognize some functions in my .h file?

    Unsolved
    2
    0 Votes
    2 Posts
    200 Views
    jsulmJ
    @Cornice Can you show the code with the comments? The error message says: "but there was no topic command (e.g., '\ fn', '\ page')"