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
  • 0 Votes
    7 Posts
    1k Views
    SGaistS
    Thanks for sharing ! I do wonder if it shouldn’t be a bit more documented.
  • Qt Creator 4.3.0 & stability

    Solved qtcreator
    14
    1 Votes
    14 Posts
    4k Views
    K
    @J.Hilk Great! Thanks for sharing
  • QScxmlStateMachine targetless transition

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    aha_1980A
    @d_h_mcinnes then please mark this topic as SOLVED. thanks
  • Qt Creator failing to find Qt headers in working cmake+Qt project

    Unsolved
    5
    0 Votes
    5 Posts
    977 Views
    SGaistS
    Did you check your kit for any errors ?
  • Generate a qmltypes file from QML components and not C++ like qmlplugindump

    12
    0 Votes
    12 Posts
    12k Views
    S
    @feldifux : I know its been pretty late xD but did you find any solution as I am facing currently the same problem? I tried everything possible but somehow just have an empty qmltypes generated by the qmlplugindump.
  • Problem login window

    Unsolved
    15
    0 Votes
    15 Posts
    2k Views
    jsulmJ
    @fra_mecc Keep in mind that it is very easy to find the user name and password in your executable. So, if an user with a bit of knowledge gets your app he/she will extract the user name and password from the executable file.
  • Can't compile llvm for QtCreator

    Unsolved
    9
    0 Votes
    9 Posts
    2k Views
    L
    @aha_1980 Thanks for the suggestion, I haven't tried the prebuilt yet, but I've been able to resolve this issue by compiling the source of LLVM and Clang 6.0 from http://releases.llvm.org/download.html I don't know why the two sources would differ so much, it might be worth investigating.
  • Qt 5.10 with Creator 4.5 Valgrind error?

    Solved
    13
    0 Votes
    13 Posts
    5k Views
    Jonathan LevanonJ
    Only 5 months later, I've installed valgrind 3.13 and it's working :), though I had to patch it with https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=870419;filename=0001-Fix-parsing-of-xml-socket-argument.patch;msg=5 to make it work
  • Qt Install framework Icon creation in Linux does not work

    Unsolved
    1
    0 Votes
    1 Posts
    419 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    11 Views
    No one has replied
  • How to specify CMAKE_TOOLCHAIN_FILE in qt-creator

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    SGaistS
    Then take a look here in the Qt Creator manual.
  • Could not find qmake configuration file win32-msvc

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    jsulmJ
    @easythrees Shouldn't it be qmake.exe -spec win32-msvc -tp vc ? So, a dash before spec.
  • How to specify TARGET full path in QMAKE_POST_LINK?

    Unsolved
    3
    0 Votes
    3 Posts
    793 Views
    alik_coA
    Unfortunately the above solution didn't work for me, $${TARGET_EXT} appears empty. BTW, the entire concept of building full path to the output file "by hand" appears to be limited. For instance, with TARGET=MyModule and TEMPLATE=lib, the output file is MyModule.dll on Windows but libMyModule.so.1.0.0 on Linux, so simple concatenation just doesn't work. It has to be a better way to pickup complete full path to the target file. QMAKE_RESOLVED_TARGET from mkspecs/features/resolve_target.prf seems to be a good candidate, but I'm failing to extract its value: it appears empty when I try to use it in QMAKE_POST_LINK. Qt community, please advise. Inability to specify arguments for post link step becomes a (very unexpected) shortcoming of qmake system and blocks our entire project.
  • How to create a C++ library custom wizard project?

    Unsolved
    1
    0 Votes
    1 Posts
    357 Views
    No one has replied
  • Enginio 1.0

    Solved
    19
    0 Votes
    19 Posts
    2k Views
    mrjjM
    @123456789 Yes, you need to read the docs about storage for QML and then decided if that is what you need. Then adapt the code you have to use the LocalStorage QML classes. There is none effort, just run solution for this. The sample you are using in archived which means its not up to date. So depending what you task is, i think LocalStorage is right for you.
  • Show special characters in QT editor

    Solved
    7
    0 Votes
    7 Posts
    6k Views
    B
    @Chris-Kawa Understood. Thank you.
  • qmake fails to resolve `pkg-config --cflags opencv`

    Unsolved
    5
    0 Votes
    5 Posts
    6k Views
    D
    @istvan I just passed by the answer here: https://stackoverflow.com/a/46794723/7388116 In the newer version of Qt, this needs to be done to avoid a package not found error: QT_CONFIG -= no-pkg-config CONFIG += link_pkgconfig PKGCONFIG += protobuf #or whatever package here Also had to do this for Mac: mac { PKG_CONFIG = /usr/local/bin/pkg-config }
  • Best method to design your QT apps?

    Solved hi could i ask hat is the
    3
    0 Votes
    3 Posts
    469 Views
    G
    okay thanks!
  • Qt Creator can't see tests in nested SUBDIRS project

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    aha_1980A
    @wrosecrans glad you got it working. so please mark this topic as SOLVED.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    32 Views
    No one has replied