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
  • How do I download a program with the "tslib plugin" from qt creator?

    Moved Unsolved
    12
    0 Votes
    12 Posts
    1k Views
    A
    @jsulm said in How do I download a program with the "tslib plugin" from qt creator?: Is it the plug-in library file or some plug-in dependency? I added libraries: TSLIB_TSDEVICE=/dev/input/event1 TSLIB_FBDEVICE=/dev/fb0 TSLIB_CONFFILE=/etc/ts.conf TSLIB_CALIBFILE=/etc/pointercal TSLIB_PLUGINDIR=/usr/lib/arm-linux-gnueabihf/ts0 QT_QPA_FB_TSLIB=1 QT_QPA_PLATFORM=linuxfb:fb=/dev/fb0 not error ts_setup() failed (No such file or directory)
  • Qt Creator crashes when launching preferences

    Solved
    3
    0 Votes
    3 Posts
    351 Views
    L
    Hi Thanks for your input. Version is : Qt Creator 10.0.2 Based on Qt 6.4.2 (GCC 13.2.0, x86_64) I moved away the qtcreator folder in the config, launch qtcreator which recreated a correct .clang-format file, copied this file in my qtcreator folder, then deleted the new qtcreator folder and replaced it by my old folder with the new .clang-format file and it seems to work.
  • Valgrind in Qt Creator.

    Unsolved
    1
    0 Votes
    1 Posts
    157 Views
    No one has replied
  • Microsoft Visual C++ Runtime Library (Not Responding)

    Moved Unsolved
    2
    0 Votes
    2 Posts
    340 Views
    C
    @Charlie2406 The problem was systemic and the solution is as follows: Powershell -> (login as admin) PS C:\WINDOWS\system32> sfc /scannow PS C:\WINDOWS\system32> Dism /Online /Cleanup-Image /RestoreHealth 2 and 3 will take time to run. When complete, reboot.
  • Qt Maintenance Tool falsely reports having "commercial Qt Licenses"

    Unsolved
    12
    1 Votes
    12 Posts
    1k Views
    SGaistS
    @Axel-Spoerl hi, yes. You can find them at https://proton.me
  • Control "git log" arguments in Qt Creator

    Unsolved
    1
    0 Votes
    1 Posts
    108 Views
    No one has replied
  • CMake project configuration failed. Error

    Moved Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    jsulmJ
    @MrHandSOme said in CMake project configuration failed. Error: now I am getting C1083 error from the c files in the project I mentioned in the link and it gives an error in the #include lines It is always good to post the actual errors, so that others at least know what header files were not found.
  • QtOPCUA for ARM processor - Can not run compiler

    Unsolved opcua arm64 cross compile
    1
    0 Votes
    1 Posts
    207 Views
    No one has replied
  • QT Creator crashes when opening a qmake project

    Unsolved qtcreator
    6
    0 Votes
    6 Posts
    955 Views
    D
    @cristian-adam Hi, unfortunately no crash dumps are collected.
  • Link for downloading Qt Creator 13.0.0(Community)

    Unsolved
    3
    0 Votes
    3 Posts
    346 Views
    jsulmJ
    https://download.qt.io/official_releases/qtcreator/13.0/13.0.1/ Are you sure you only need QtCreator? Maybe you also need Qt?
  • 0 Votes
    4 Posts
    1k Views
    cristian-adamC
    Qt Creator 13.0.x comes with LLVM 17. Just upgrade to https://download.qt.io/official_releases/qtcreator/13.0/
  • I compiled Windows target on Linux, but is there a standard way to do it?

    Unsolved
    5
    2 Votes
    5 Posts
    2k Views
    A.v.OA
    Update on Cross-Compiling In the mean time I created GitHub repository which demonstrates the use of a privately hosted Docker image assembled by using this GitHub repository and its script cpp-builder.sh. (It is a lot easier to download/pull the Docker image from nexus.scanframe.com:8090/gnu-cpp:dev) It accommodates building Qt Linux and Windows targets as well as performing unit testing. A GitLab runner uses it to execute a pipeline which executes a CMakePreset-workflow. The same Docker image is used to build, run, debug and test locally by mounting the X-server socket into the Docker VM. Preset allow workflows and individual presets to be executed using the script docker-build.sh. [image: 54a39532-fcca-49c9-bd87-cd0c54bc5837.png] Hopefully someone can benefit from my work on this :)
  • qcreator debug font size

    Unsolved
    1
    0 Votes
    1 Posts
    116 Views
    No one has replied
  • QT creator can't seem to find the module plugin for a separate directory

    Unsolved
    1
    0 Votes
    1 Posts
    114 Views
    No one has replied
  • Clangd header-insertion

    Moved Unsolved
    3
    1 Votes
    3 Posts
    860 Views
    DolfostD
    @Brynjolf Have You figured something out?
  • 0 Votes
    4 Posts
    520 Views
    S
    @sierdzio For future reference, this did not solve the issue.
  • 0 Votes
    2 Posts
    363 Views
    jsulmJ
    @anushka_prajose said in How to resolve error : No compiler can produce code for this Qt version. Please define one or more compilers for: x86-linux-generic-elf-64bit: What should be done ? You need Qt built for your target device. The device uses an ARM CPU as far as I can see and you're trying to use Qt built for x86_64 - this is not going to work. Please use shorter titles for your posts.
  • C++ error detected

    Unsolved
    7
    0 Votes
    7 Posts
    631 Views
    JonBJ
    @Ran_Flora As @Christian-Ehrlicher has said, the error message about "missing } for {" immediately after #include <iostream> makes it seem like that file (or something it includes) is somehow incorrect.....
  • Resizing Treeview icon

    Solved
    2
    0 Votes
    2 Posts
    242 Views
    A
    Okay, i found a way to do it i was looking in the QStandardModel documentation, thinking it would be there, but I found it in the QAbstractItemView documentation.
  • Can I have horizontal west-sided tabs ?

    Moved Unsolved
    8
    0 Votes
    8 Posts
    629 Views
    JoeCFDJ
    @GAlbert maybe you can try to customize Tab Bar if you use qtabwidget