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 error messages on Mac

    5
    0 Votes
    5 Posts
    3k Views
    AlicemirrorA
    Hi, sorry for the delay in my answer but I have big troubles to solve some problems in the source code. If I remember, I used the offline installer, but I had no problems bot in wndows of mac, running the program. When the error appeared, what I means is that I tried to update on MAC so I removed all and reinstalled SDK 1.1 and now the problem seems solved.
  • 0 Votes
    8 Posts
    17k Views
    D
    Have it working correctly now. As you suggested previously, I downloaded Qt Creator 2.1 now that it is officially released and it handles this case correctly. The key is the SOURCEDIR variable. By using this, I can have the relative path $SOURCEDIR/../shadow and it works correctly on Mac.
  • [Solved] qmake: variables scope

    2
    0 Votes
    2 Posts
    3k Views
    D
    Well, I found the solution: @defineTest(append_dir){ _DIR_NAME = $$1 _SOURCES = $$2 _HEADERS = $$2 for(a, _SOURCES):SOURCES += $${_DIR_NAME}$${a} for(a, _SOURCES):HEADERS += $${_DIR_NAME}$${a} export(SOURCES) export(HEADERS) }@ To bad that this neither documented in the Qt qmake documentation nor in the 'Undocumented qmake' web page...
  • TortoiseSvn

    6
    0 Votes
    6 Posts
    9k Views
    F
    Qt Creator uses the command line clients for version control. For SVN on Windows, for example "slik SVN":http://www.sliksvn.com/ can be used. The executable can be configured at Tools -> Options -> Version Control -> Subversion. It does not necessarily need to be in the search path.
  • Mercurial usage in Creator 2.2 beta1

    10
    0 Votes
    10 Posts
    5k Views
    G
    Strange. The file should be checked in then. I just tested it with a local file and it works for me (but I'm on a Mac, not a Windows box). I split out the Mercurial problem into a separate thread an move that to the Tools forum, as it's more a Creator issue. Maybe someone else can help here.
  • QtCreator and OpenSceneGraph

    3
    0 Votes
    3 Posts
    6k Views
    R
    Thanks, it was very easy .. Just include the. pro project @ LIBS + = -losgar -losgViewer -losgGA -losgDB -losgUtil -losgParticle @ [EDIT: fixed code formatting, please use @-tags, Volker]
  • Help with unknown toolchain for embedded Qt libs in Qt Creator!

    7
    0 Votes
    7 Posts
    6k Views
    X
    the main reason why I want to use the scratchbox enirenment with qt creator is because I wanna build applications for maemo with external libs like taglib for mp3 tagging. Can I do that with Qt SDK 1.1 beta? In my Nokia Qt SDK it's impossible to install taglib-dev in the fremantle sysroot or I don't know how I should do it.
  • How can I easily change preferences defined in a .prf file?

    2
    0 Votes
    2 Posts
    3k Views
    Z
    As long as you set things after the .prf files have been processed your .pro file should override them. It can be tricky though since in some cases a .pro file can be processed up to 3 times by qmake. As a last resort you could just edit the .prf file in question.
  • Linguist gives an error

    3
    0 Votes
    3 Posts
    2k Views
    R
    I create file "About" and error changed Now this error: --- (lupdate) file: c:\Documents and Settings\rustam\Мои документы\Visual Studio 2008\Projects\Rizek Action Manager\Rizek Action Manager\rizek action manager_ru.ts --- Scanning directory './About'... --- lupdate error: File 'program/aboutProgram.h' does not exist. I understand that there are no file "aboutProgram.h" in this patch, but why linguist search this file in this patch? This file situated in the About program/aboutProgram.h
  • Bug in Creator 2.2 (When 2 version of qt)

    17
    0 Votes
    17 Posts
    6k Views
    J
    Ok, no problems.
  • Creator 2.2 Issue

    2
    0 Votes
    2 Posts
    1k Views
    T
    Why don't you just file a "bug report":http://bugreports.qt.nokia.com/ ?
  • [Moved] How to set Sources Directory in QMake

    18
    0 Votes
    18 Posts
    43k Views
    A
    Near the top, but that is just me I guess.
  • PImpl, private classes and debugging

    3
    0 Votes
    3 Posts
    3k Views
    S
    I didn't see that a binary version was available... It fix this problem. Thanks.
  • [Solved] qmake: compiling Pro*C source files (Windows)

    2
    0 Votes
    2 Posts
    2k Views
    D
    hum, hem, my bad, just needed to add an 's' to 'proc.command' (so it's proc.commands)
  • QtCreator Plugin

    5
    0 Votes
    5 Posts
    3k Views
    S
    @Tobias Hunger Ok thank you for the information. I thought that there is a official way to use one of the output windows, without creating a seperate window. @Gerolf This tutorial is very helpful but not up to date.
  • Cross compilation from OS X to Windows

    9
    0 Votes
    9 Posts
    6k Views
    G
    You can map you local CD drive to the VM or use an iso immage. Create the virtual machine right click --> properties (or similar, I have a german one :-) ) Hard disk --> IDE controller select empty slot and then CD/DVD drive --> host you could activate Passthrough or leave the check box out...
  • QtCreator : svn for existing project that is not under version control

    4
    0 Votes
    4 Posts
    9k Views
    T
    There is "QTCREATORBUG-2443":http://bugreports.qt.nokia.com/browse/QTCREATORBUG-2443 requesting exactly this feature.
  • Qt Creator Build Issue:

    3
    0 Votes
    3 Posts
    2k Views
    V
    both windows machines or has the other one an other OS?
  • Qt Creator Namespace Issue (Fixed)

    13
    0 Votes
    13 Posts
    6k Views
    J
    [quote author="ZapB" date="1301340439"]Try the latest beta of qt-creator 2.2. I understand that this has seen several improvements to the code model that is used by the auto-completer. If it is still broken there then please report it as a bug.[/quote] Verified that it works in 2.1, as I'm at work, I can't verify the beta build.
  • Serious bugs on QtQuick designer Creator 2.1.0

    6
    0 Votes
    6 Posts
    3k Views
    S
    I have another issue with C++ extensions. When I register a new type to qml and import it the quick designer reffers to the import as an error. "package not found" So as soon as I import a new type the designer becomes nearly unusable. Is there a way to go around this or is it still a bug ?