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.4k Topics 34.5k Posts
  • How does Creator change the working directory?

    3
    0 Votes
    3 Posts
    3k Views
    mzimmersM

    Oh, OK...so then it invokes the program with a relative (or absolute) pathname? Makes sense. Thanks...

  • [solved] cannot get Qt creator start?

    15
    0 Votes
    15 Posts
    11k Views
    T

    Great! Please mark this thread as solved then by prepending "[solved]" to the title:-)

  • 0 Votes
    3 Posts
    2k Views
    X

    Thank you Thomas !! That's exactly what I was looking for !! I should have found this post before posting a bug report :/

  • 0 Votes
    4 Posts
    4k Views
    M

    Be sure and edit your original posts's title to add [Solved]. Thanks!

  • Accessing Qt Creator's code-model in a plug-in

    2
    0 Votes
    2 Posts
    2k Views
    T

    There are way more things in Qt Creator than listed in the API documentation! We are not doing a good job of providing API documentation... We do not guarantee binary compatibility in Qt Creator, so API documentation is really hard to keep up to date. Check the code!

    If you have questions on the API, please feel free to stop by on IRC (#qt-creator on the freenode.org network). Response time is best during european office hours.

    The "mailing list":http://lists.qt-project.org/ is also a good place to get help.

  • Run Qt in Eclipse??!

    5
    0 Votes
    5 Posts
    5k Views
    P

    Thank you all for the answers. I will read the tutorial and may ask again if I got some problem:)

  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • Qt Docs in QT creator

    3
    0 Votes
    3 Posts
    2k Views
    A

    aaa makes sense..

    thanks for the tip!

  • No Target Setup for desktop?

    4
    0 Votes
    4 Posts
    5k Views
    T

    You need a Qt version and a compiler that is able to produce code that can link against that Qt version.

    So either install a Qt version build with MVSC 2005 or a mingw tool chain.

  • 0 Votes
    11 Posts
    3k Views
    M

    You're very welcome!

  • Compiling a file without project ?

    5
    0 Votes
    5 Posts
    3k Views
    J

    Thanks again. I just noticed that a bug report already exist: https://bugreports.qt-project.org/browse/QTCREATORBUG-106

    Well, I suppose I would have to use another ide, it's not a big trouble. Thanks anyway.

  • 0 Votes
    4 Posts
    4k Views
    mzimmersM

    Gerolf: thanks for the answer. I never knew what tr1 was until I searched on it just now. Interesting stuff.

    Lukas: as you can probably guess from Gerolf's response, the error was about using some non-standard include file without the flag that enables C++0x. (I'm not booted in ubuntu right now, or I could be more specific.)

    Would I be mostly correct in assuming that this is really no big deal to me, and I can just use the tr1/ versions without repercussion?

  • Qt5 wrong mkspec used in QtCreator

    9
    0 Votes
    9 Posts
    6k Views
    O

    [quote author="Stephen Chu" date="1332504450"]
    Qt 5 requires module names in the include path, like:
    [code]#include <QtCore/QString>[/code]

    This no longer works:

    [code]#include <QString>[/code][/quote]
    Ok. My computer must by haunted!
    For me, with the 2.5, I can use #include <QString> or #include <QQuickView> without a problem.
    However, with the 2.4, I can't even write #include <QtQuick/QQuickView> as QtQuick/ is not found.

  • Any roadmap for Digia VS integration&#63;

    4
    0 Votes
    4 Posts
    2k Views
    K

    I might be wrong, since I am not a Troll nor from Digia.
    However, I looks to me like the vsaddin is completely open source. It is supplied by Digia, but as far as I remember it is not part of the license. Therefore, I would assume that this is not on their roadmap at all IMHO.

    Probably you should address this question directly to Digia.

  • 0 Votes
    3 Posts
    2k Views
    T

    Thanks for the hint.
    The command line invocation uses env variables (LD_LIBRARY_PATH in my case) and app found a library in /usr/bin64. QT Creator has different settings and used different version of the library for linking.

  • Qt Creator 2.4.1 problem with fakevim

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Understanding Qt Creator and Qt Designer

    8
    0 Votes
    8 Posts
    4k Views
    M

    Glad that I could help!

  • Problem in debugging in windows&#63;

    19
    0 Votes
    19 Posts
    10k Views
    C

    My problem with CDB using MSVC is solved.

    Turns out it's a pretty common problem, not at all related to Qt. It's caused by the existence of pre-existing Visual C++ redistributables. The installation works perfectly (in my case) after they are uninstalled.

    There are loads of pages that describe the many causes and solutions, but this one seems to be the clearest:

    http://notepad.patheticcockroach.com/1666/installing-visual-c-2010-and-windows-sdk-for-windows-7-offline-installer-and-installation-troubleshooting/

    Hope this helps others who may be suffering from the same problem.

  • Qt VS Add-in default project template

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    8 Posts
    3k Views
    V

    Here is the link to my bug report:

    https://bugreports.qt-project.org/browse/QTCREATORBUG-7147