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
  • QtCreator won't end/close the opened input stream with "std::cin"

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    M
    @aha_1980 thanks , I'll check that out
  • This mkspec requires Xcode 4.3 or later

    Unsolved
    20
    0 Votes
    20 Posts
    4k Views
    GrecKoG
    The workaround is to disable the check for xcode versions in mkspecs files, to do this prepend false: before lessThan(QMAKE_XCODE_VERSION in those files : mkspecs/features/uikit/default_pre.prf:24 mkspecs/features/uikit/default_post.prf:42 mkspecs/features/uikit/bitcode.prf:1 For default_pre.prf, line 24 should then be: false:lessThan(QMAKE_XCODE_VERSION, "4.3"): \
  • QApplication does not work with Qt5.11.1 build on RPi

    Unsolved
    1
    0 Votes
    1 Posts
    495 Views
    No one has replied
  • QML Compiler [this qt version does not contain Qt Quick Compiler]

    Unsolved
    4
    0 Votes
    4 Posts
    862 Views
    K
    @LeLev said in QML Compiler [this qt version does not contain Qt Quick Compiler]: So why i have : "this qt version does not contain Qt Quick Compiler" warning in Qt Creator Project tab Probably it was not on the radar of creator devs. You may want to check with JIRA
  • How to visualize QML tracing data collected from cmd line

    Unsolved
    1
    0 Votes
    1 Posts
    231 Views
    No one has replied
  • qbs vs qmake build size

    Unsolved
    2
    0 Votes
    2 Posts
    612 Views
    aha_1980A
    Hi @steve37, my gut feeling tells me the QBS build could be a release build with additional debug information (i.e. non-stripped). You'll have to dig a bit deeper within, and e.g. issue file on some of the generated libraries - that should give some insight. Regards
  • How to integrate mkspec into a cross-compilation SDK

    Solved
    10
    0 Votes
    10 Posts
    3k Views
    F
    It turns out using qt.conf under the same directory as qmake solves the problem. It can be used to set the paths properly within the cross-compilation toolchain: Using qt.conf
  • Qt Creator 3.5.1: Repeating keys problem

    Solved
    2
    0 Votes
    2 Posts
    424 Views
    Z
    Qt Creator 3.5 is quite old. Maybe try if your problem persists with a newer Qt Creator, like 4.7 from our prebuilt binaries at https://download.qt.io/official_releases/qtcreator/4.7/4.7.1/
  • QtCreator does not update binary

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    kshegunovK
    Is it possible you have files with the same name in different folders? I have had once a case where one main.o had (partially) overwritten another main.o generated from two different source files.
  • Flood of exception warnings: Is there any way to disable this?

    Unsolved
    3
    0 Votes
    3 Posts
    971 Views
    D
    I am pretty sure it comes from the debugger - which is from the MS Visual Studio toolkit! I think I do not need to recompile the entire thing with mingw only to find this confirmed: It would take me probably several days with all the related modules... Anyway, I could imagine to either have some "switch" to shut up the debugger (including a trick how to apply it from inside the QtCreator), or some option in the QtCreator itself that filters these messages out. Actually I did not only switch from an earlier version of QtCreator to now 4.7.1, but also from MSVC 2013 to 2015 at the same time, so the problem could come from the one or the other. (And you are right: chances are high that it is actually the MSVC 2015 debugger...)
  • Qt Creator 3.5.1: Repeating keys problem related to XFCE 4

    Solved
    1
    0 Votes
    1 Posts
    405 Views
    No one has replied
  • QT Creator Crashes (Segmentation fault).

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    F
    Hello again! I've been testing for a bit more than an hour now and it still haven't crashed. Yay! I guess we can say it's fixed. Thank you for the hint.
  • QlistWidget

    Unsolved
    2
    0 Votes
    2 Posts
    592 Views
    SGaistS
    Hi, Might be a silly question but are you sure that this function is not called several times with the same file ?
  • QTextCodec

    Unsolved
    3
    0 Votes
    3 Posts
    636 Views
    E
    @jsulm thank you very much i have solved my problem but if you want i can send you if you like . i used (KOI8-R)
  • Photoshop extension qt bridge ekleme

    Unsolved
    2
    0 Votes
    2 Posts
    687 Views
    mrjjM
    Hi "I think we need to drag and drop a Qt Bridge ZXP package to the Adobe ZXP installer, but I haven't found this package, please feel free to help." Im sorry but this makes no sense at all :) Can you provide more information ?
  • How build Qt3DStudio/Runtime from sources.

    Unsolved
    5
    0 Votes
    5 Posts
    869 Views
    Alvaro DenisA
    @jsulm I am not shure if it thread can help me, but my compiler say: "can not find this(Qt3DRender::Render::ResourceAccessor::OGLTextureRead) symbol" qt3dstudio/qt3druntime/src/runtime/aping/q3dsstudio3dengine.cpp:491:70: error: ‘OGLTextureRead’ is not a member of ‘Qt3DRender::Render::ResourceAccessor’ ra->accessResource(Qt3DRender::Render::ResourceAccessor::OGLTextureRead, layer.textureNodeId, (void**) &tex, nullptr); if I look here, i should find the Qt3DRender::Render::ResourceAccessor::OGLTextureRead symbol here?
  • How to specify specific syntax/language to highlight for a given file in QtC?

    Unsolved
    1
    0 Votes
    1 Posts
    231 Views
    No one has replied
  • Compiling in debug mode fails

    Solved
    5
    0 Votes
    5 Posts
    791 Views
    aha_1980A
    @Jonathan-Levanon So please mark this topic as SOLVED. Thanks!
  • This topic is deleted!

    Solved
    4
    0 Votes
    4 Posts
    8 Views
  • qmake: SOURCE-File which exists is not found

    Solved
    3
    0 Votes
    3 Posts
    533 Views
    T
    Thanks -- I had a bad feeling it would be easy... Best Regards, Tobias