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
  • Qt Creator 3.3.0 fails to start debugging on Ubuntu 14.10 x64

    13
    0 Votes
    13 Posts
    3k Views
    C
    Yes, that's what I meant and now I would test with a Qt opengl example first...
  • QT Creator with SDL (OSX, Windows)

    6
    0 Votes
    6 Posts
    7k Views
    P
    Hi, did you config SDL with qtcreator in windows?. Because I have same probleme and I want to ask you?
  • Equivalent to Visual Studio's "Link Library Dependencies"?

    4
    0 Votes
    4 Posts
    2k Views
    SGaistS
    Hi and welcome to devnet, What you can do is create a pri file that contains the linking informations for each of your library. Then in the other projects using them, include that pri file.
  • Clang code model in Qt Creator - does it work or not?

    1
    0 Votes
    1 Posts
    695 Views
    No one has replied
  • [config] SDL1 with qtcreator

    1
    0 Votes
    1 Posts
    774 Views
    No one has replied
  • Adding a project to an existing project [solved]

    8
    0 Votes
    8 Posts
    2k Views
    SGaistS
    You're welcome ! Since you have it building now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)
  • 0 Votes
    1 Posts
    957 Views
    No one has replied
  • RPM package for limited features of Qt-5.2.1

    2
    0 Votes
    2 Posts
    1k Views
    SGaistS
    Hi, Haven't used a rpm based distro for while but it looks like you need the libQt5Core-devel package. It should pull in the required dependencies. Hope it helps
  • How does ActionManager actually work?

    1
    0 Votes
    1 Posts
    700 Views
    No one has replied
  • Still unable to get crisp fonts in the editor

    2
    0 Votes
    2 Posts
    1k Views
    Adrian5A
    Can anyone look into this? Can I help myself somehow if the Qt maintainers don't care? I found a "bug report":https://bugreports.qt-project.org/browse/QTCREATORBUG-11649 that illustrates the same issue. The "screenshot":https://bugreports.qt-project.org/secure/attachment/38551/qtcreator-blurryfonts.png shows exactly what I'm experiencing; the characters have become fuzzy and when using such a small font size, that difference really matters. Here another "example":http://i.imgur.com/aFvIPi8.pngby a different user, it shows the difference better than my screenshot. I was looking at some code on Github today and thought to myself how nice it looked. Turns out it's the same font (and size) I use in QtCreator, but rendered by Firefox...
  • Import Project completely crashing Qt Creator Winx64?

    10
    0 Votes
    10 Posts
    2k Views
    SGaistS
    I meant you should a file like: @qt-opensource-windows-x86-msvc2013_64-5.4.0.exe@ unless you used the online installer.
  • Solved: Toolchain Match Qt Creator

    13
    0 Votes
    13 Posts
    7k Views
    SGaistS
    Hi and welcome to devnet, Check the compilers panel in Build and Run, does your cross-compiler appear there ?
  • Linker errors when building DLL dependent on static lib

    1
    0 Votes
    1 Posts
    989 Views
    No one has replied
  • Installer Framework - Installing updates?

    9
    0 Votes
    9 Posts
    2k Views
    A
    The scenario is: An end user installs my application with an online installer, created by Installer Framework. An update is published. How should the end user install the update? The problem at 3. is that if the end user launches the installer, it doesn't allow for updating the existing installation, it'll just try to install another instance. You have to launch the installer actually, in order to be able to update the installation to the new version.
  • QtCreator - Refactoring, adding member function definitions in .cpp file

    1
    0 Votes
    1 Posts
    633 Views
    No one has replied
  • [SOLVED]Qt Creator 2D Array not saving values at right spot

    2
    0 Votes
    2 Posts
    718 Views
    N
    omg, I am so stupid lol I see where the problem was, sorry to anyone that took the time to read this :(
  • How to show colored text in Qt Creator application output panel?

    2
    0 Votes
    2 Posts
    2k Views
    J
    Mayb only through qDebug()? Although that would be stupid.
  • QtIFW 1.5.0 - shortcuts in Windows 8

    1
    0 Votes
    1 Posts
    637 Views
    No one has replied
  • 0 Votes
    2 Posts
    871 Views
    A
    ok - changeglog is quite clear (-; it is possible to build Creator 3.2 against Qt 4.8.x bq. Compiling Qt Creator 3.2 Prerequisites: Qt 5.3.1 or later (with restrictions also Qt 4.8.x) NOTE: confirmed: Creator ver 3.2.2 is building against Qt 4.8.5 without a hitch and working working with full scrolling speed e.g, supporting native rendering option
  • SIGSEGV in debugging mode only

    5
    0 Votes
    5 Posts
    2k Views
    D
    [quote author="SGaist" date="1418382303"]I meant an assert in the library you are using[/quote] I have no sources for external library. I using this library from MSVS and have not any questions. I think it's matter in differences debug / no debug modes.