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
  • Not able to enable QOCI in Qt Creator

    Unsolved
    2
    0 Votes
    2 Posts
    307 Views
    S
    I somewhat found a solution for this. It was a cache issue. For the first time, my qmake command was failed due to the fact that I didn't include the -rpath. The command I used for that is somewhere cached and subsequently, whenever I run correct qmake command with -rpath option, it was not taking my options and taking all options from the first failed command cached somewhere. rm -rf ./config.tests rm -f ./config.cache cleared those caches like above and executed the command said in question again, it started working now.
  • Parameter count mismatch

    Unsolved
    5
    0 Votes
    5 Posts
    646 Views
    M
    Are you missing a call to QSqlDatabase::setDatabaseName? Are you actually trying to connect to a Mysql database (guessing based on the port number) instead of a SqlLite database?
  • QDS 1.6 Language test how to?

    Unsolved
    1
    0 Votes
    1 Posts
    140 Views
    No one has replied
  • How to create multiple axes using Qt designer?

    Unsolved
    1
    0 Votes
    1 Posts
    239 Views
    No one has replied
  • Problem using exported animation from Blender in Qt3DStudio

    Unsolved
    1
    0 Votes
    1 Posts
    233 Views
    No one has replied
  • Qt change highlight error to red instead of white !

    Unsolved highlight tool
    1
    0 Votes
    1 Posts
    418 Views
    No one has replied
  • Qt Designer can't be used

    Unsolved
    12
    0 Votes
    12 Posts
    2k Views
    mrjjM
    @Makesense Hi I did not find anything with MANJARO but it seems that Mikah is pretty new so i wonder if the libstdc is simply too new or something like that. In any case, if you are using the version in Creator then at least there is a solution :)
  • qt Creator 4.13 crash on startup

    Solved
    5
    0 Votes
    5 Posts
    563 Views
    N
    @aha_1980 Small improvement for your advice, it should be: C:\Users<user>\AppData\Roaming\QtProject After removing this folder it fixes. Thank you.
  • QT Creator + IncrediBuild ?

    Solved
    2
    0 Votes
    2 Posts
    276 Views
    D
    Okay so since i got no answer today, i installed a new VM with dev tools, and lo-and-behold: the Incredibuild plugin is indeed built into Qt Creator 4.13 So if you depend on Incredibuild to speed up your builds, you no longer have to hold off on updating "Qt Creator" until the IB plugin is built for it.
  • Add variable to project file in Qt creator

    Unsolved qt creator project config project files code coverage
    3
    0 Votes
    3 Posts
    1k Views
    V
    Hello thanks for reply, Yes ctc32 is an executable and args -i m for instrumentation multi-condition code coverage. I added these lines to my project file. CodeCoverage { CTC32 += ctc32 -i m } QMAKE_CC = CTC32$$QMAKE_CXX QMAKE_CXX = CTC32$$QMAKE_CXX I really don't understand how to tell Qt creator to call ctc32 before calling g++ (or in other words ctc32 will call g++). I had a look on qmake Variable Reference but this is the only thing I got. Thank you
  • QT Framework version 5.8.0

    Solved
    2
    0 Votes
    2 Posts
    324 Views
    JKSHJ
    Hi, and welcome! @Rob12 said in QT Framework version 5.8.0: Do you know why ? Is it still possible to get this specific version installer ? It has been moved to a different directory to declutter the original directory: https://download.qt.io/new_archive/qt/
  • no "Initial CMake parameters" field in Qt creator

    Solved qtcreator cmake
    2
    0 Votes
    2 Posts
    356 Views
    sierdzioS
    @noone said in no "Initial CMake parameters" field in Qt creator: what should I do ? Update to 4.13 :-)
  • QMake generate bad solution version, 2019 needed, 2017 generated

    Unsolved
    1
    0 Votes
    1 Posts
    333 Views
    No one has replied
  • automatic formatting of try-catch

    Solved editor autoformat creator
    4
    0 Votes
    4 Posts
    1k Views
    D
    @aha_1980 This is exactly, not almost, what I was looking for. Thanks a lot!
  • Qt Creator Switch between debug and release without re-running qmake

    Unsolved
    1
    0 Votes
    1 Posts
    214 Views
    No one has replied
  • Generic highlighter ignored?

    Unsolved
    1
    0 Votes
    1 Posts
    192 Views
    No one has replied
  • QtCreator and multiple monitors

    46
    0 Votes
    46 Posts
    52k Views
    S
    I cannot believe it. We have middle of 2020 and Qt Creator is still with its design stuck in 1990 with absolutely no inclination to provide fully fledged multi-monitor support. Compared the quality of life when working with Visual Studio Qt Creator simply depresses me.
  • Qt Creator cmake problem

    Unsolved
    1
    0 Votes
    1 Posts
    191 Views
    No one has replied
  • qt cmdline app does not launch on mac OS X 10.14.6

    Unsolved
    11
    0 Votes
    11 Posts
    923 Views
    ademmlerA
    @JonB Forgive me please for being the reason for your troubles. As I always have been thank full to you - your advices and comments made me feel like an idiot. Ofcourse I always first search in the documentation, than the web for a working sample.
  • installer.executeDetached() behaves differently between Mac & Linux

    Unsolved
    8
    0 Votes
    8 Posts
    650 Views
    SGaistS
    Depending on the macOS version you may have to also notarize it. I currently do not know whether there's any relation between the two but I would not find it surprising.