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
  • QtCreator4.0.2 can't setup qbs and build profile

    Unsolved build qtcreator 4.0.2 qbs doesnt work profile
    2
    0 Votes
    2 Posts
    2k Views
    jsulmJ
    @Mircea Please note that attaching pictures usually does not work in this forum. You need to upload them to somewhere and post links here.
  • Qt Quick Compiler not available for cross-compile

    Unsolved qt5.8.0 enterprise armhf qt quick compil
    2
    0 Votes
    2 Posts
    2k Views
    SGaistS
    Hi and welcome to devnet, AFAIK, the QtQuick Compiler is a licensed product so you should check with the Qt Company directly. On a side note, it's likely going to be a host tools like qmake or moc so one thing you can try is to copy the one you already have in the binary folder of our self-built Qt.
  • Error using kmap2qmap

    Unsolved
    10
    0 Votes
    10 Posts
    3k Views
    michaelLM
    @jsulm Manage to get kmap2qmap working. So i gave myself priviledges on /bin first. Send the file /bin/kmap2qmap to my embedded device at its /bin location. Did this: cd /usr/share/keymaps/i386/qwertz/ kmap2qmap de-latin1-nodeadkeys.kmap de-latin1-nodeadkeys.qmap A warning came: Warning: keymap file 'de-latin1-nodeadkeys.kmap', line 4: could not locate keymap include Parsing the specified keymap(s) produced 1 warning(s). Your generated qmap might not be complete. The de-latin1-nodeadkeys.kmap file was zipped as de-latin1-nodeadkeys.kmap.gz So i unzipped it as: gunzip de-latin1-nodeadkeys.kmap.gz I went and ignored the waring and gave it a try by exporting : export QT_QPA_EVDEV_KEYBOARD_PARAMETERS=keymap=/usr/share/keymaps/i386/qwertz/de-latin1-nodeadkeys.qmap But that didnt worked becouse the default keyboard was still selected instead of my german one.
  • Compiling a Qt Creator project programmatically

    Unsolved
    2
    0 Votes
    2 Posts
    748 Views
    ?
    Hi! Two guesses: Wrong working directory, missing environment variables.
  • Hacking QTC to work with Cygwin's MinGW (paths problem)

    Unsolved
    2
    0 Votes
    2 Posts
    551 Views
    _
    Adding all include directories reported by GCC to .pro file solved the issue for now but I would still like to know a persistent solution.
  • qtcreator-4.2.1 failed to launch on centos 6.8

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    jsulmJ
    @12398890 I don't think CentOS 6.8 will ever become a newer GLibC version - this library is one of the core libs which usually are not updated in the lifecycle of a Linux distribution (only bug fixes). Can't you updgrade to a newer CentOS version? An alternative would be to try to build QtCreator by yourself.
  • CMake link error resource file

    Unsolved
    5
    0 Votes
    5 Posts
    4k Views
    A
    @JanW This answers it better than I could: http://stackoverflow.com/questions/14633454/how-can-i-embed-a-qt-resource-into-a-dll-file Glad it's working for you now though. :)
  • Auto location of routines in Qt creator

    Solved creator locator functio
    5
    0 Votes
    5 Posts
    2k Views
    K
    @sierdzio It is the latest version of Qt creator (4.2.1), but unfortunately with the debugging issue for standard containers. I did not manage to install a previous version in addtion, yet. I do not have an SSD yet. Still on the wishlist as basically the whole new machine is. :(
  • Qt Installer Framework

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    HojjatJafaryH
    Hi, @mrjj Where does @TargetDir@ come from ? It is a environment variable? it is a predefined variable you can find a list of them in the following link: http://doc.qt.io/qtinstallerframework/scripting.html#predefined-variables
  • CMake parameters in Qt Creator

    Unsolved
    4
    0 Votes
    4 Posts
    841 Views
    SGaistS
    You're welcome ! Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)
  • Is it possible to tell QtCreator to stop raising its window all the time?

    Unsolved
    1
    0 Votes
    1 Posts
    318 Views
    No one has replied
  • DEL_FILE inside project.pro

    Solved
    12
    0 Votes
    12 Posts
    5k Views
    SGaistS
    You can your DEL_DIR for folders.
  • Qt 5.8 can't compile, jom errors

    Solved qt5.8 jom compiler error
    9
    0 Votes
    9 Posts
    5k Views
    P
    I meet the same issue today. So i download the older version of Qt.
  • How to add qwt to a project?

    Unsolved
    9
    0 Votes
    9 Posts
    10k Views
    SGaistS
    Hi, Follow @uwer's advices and the link he posted.
  • How to start work with Android

    Unsolved
    3
    0 Votes
    3 Posts
    528 Views
    deleted71D
    Hi, interesting. I had to set this up last week for a work project on armv7a and it worked with the NDK v13. Maybe just parts are affected? Our project uses QML only. Anyway, since the tutorials I found all lead to dead ends, I wrote the steps down that went successful for me. https://stackoverflow.com/a/42041465/6214440 As a side note. Once you have the NDK unpacked and the paths set, the installer will show it as shown in the screenshots. Hope it helps. Regards
  • MAC-Qt 5.7.0 does not work in Qt Creator after Qt 5.8 installation

    Unsolved
    11
    5 Votes
    11 Posts
    2k Views
    SGaistS
    The image upload is currently broken, I can't see the image. Do you have anything in the Compilers panel in Build and Run ?
  • Qt Creator problem by set breakpoint

    Moved Solved
    4
    0 Votes
    4 Posts
    901 Views
    TinosT
    Since this week i have no problems. Maybe an Windows update.
  • Qt Creator: Disassembler failed

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    A
    thanks It was very good tips
  • set<int> in Qt creator and debugger

    Unsolved creator 4.2.1 windows 10 iot setint mingw bug-17653
    29
    0 Votes
    29 Posts
    13k Views
    kshegunovK
    @koahnig said in set<int> in Qt creator and debugger: E.g. are there conflicts through the various files holding settings? There might be, you will probably at least need to reconfigure the project's kits (i.e. deleting the *.pro.user files). I'd try to load them directly first though, it might work fine. @koahnig said in set<int> in Qt creator and debugger: The same problem there. It's the same data structure, so no surprise at all, indeed.
  • Convert a Project from Qt3 to Qt5

    Solved
    6
    0 Votes
    6 Posts
    5k Views
    SGaistS
    Hi, I'd recommend starting by the port to Qt 4 by completely forgetting that there's a compatibility module. This one was only there to help transition but it's not available in Qt 5 so there's no reasons to try to use it. Then just try building the your project with Qt 4. If there are classes missing, check the porting guide to see with what to replace them. If your big project contains several sub-projects, then just build them one after the other so you'll have less stuff to handle at once. Once thing you can do while going through your sources is to remove the modules from the includes e.g. from #include <QtGui/QWidget> to #include <QWidget> that will save you some time for the Qt 4 to Qt 5 transition.