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
  • 0 Votes
    3 Posts
    3k Views
    B

    The problem was solved. Last modified some files were later than today.

  • Using the system function in qmake

    4
    0 Votes
    4 Posts
    5k Views
    D

    Thanks.
    Using a file is where I started but I still have to know where the file is. My hope was to have a small line in each of my project files that determined the location of the specific file.

    Although I would love to know why Qt3 runs in fine and Qt4 qmake does not.

    I figured out a qmake project file version that seems to work.

    @
    rules_dir=$$IN_PWD
    pwd=$$split(IN_PWD,/)
    for(p,pwd){
    exists($$rules_dir/rules.make):eval(RULES_DIR=$$rules_dir):break()
    else:rules_dir=$$dirname(rules_dir)
    }
    @

    [EDIT: code formatting, please wrap in @-tags, Volker]

  • AnalogClock Widget Example Error

    4
    0 Votes
    4 Posts
    3k Views
    ?

    First reply edited :) sorry.

  • Debug application on n950 device.

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Include directory

    5
    0 Votes
    5 Posts
    3k Views
    G

    Setting include paths is usually handled with the C/C++ flags. In qmake projects you add

    @
    INCLUDEPATH += $${appBaseDir}
    @

  • Import from Xcode add libs

    2
    0 Votes
    2 Posts
    2k Views
    G

    I suppose you created a qmake project with a .pro file.

    In that case you need to adjust the LIBS variable, the qmake documentation has the details in the "declaring other libraries":http://developer.qt.nokia.com/doc/qt-4.7/qmake-project-files.html section. You will need to add all the libs that your have added in the XCode project too.

  • 0 Votes
    2 Posts
    1k Views
    V

    Yep on my previous work we using CruiseControl, It is good system. Here you can find our fork with improvements for Qt and Git (sic! we didn't test it with svn): https://github.com/dkormalev/cruisecontrol.rb

  • [SOLVED]Adding Openssl Support

    5
    0 Votes
    5 Posts
    5k Views
    H

    [quote author="peppe" date="1317714974"]You don't have to reconfigure Qt. OpenSSL is already enabled. If you want to recompile Qt (for instance, to statically link openssl into it) then you have to grab the sources and compile from scratch (do NOT use the sources inside the sdk).[/quote]

    Is openssl enabled ? Can i use blowfish for encryption so ?

    In docs - http://doc.qt.nokia.com/4.7-snapshot/configure-options.html
    openssl - Compile in run-time OpenSSL support - This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.

    I need openssl cyrpto library. I need encrypt a file with qt app and decrypt with php server app. So openssl is standart for this process.

    Thanks for answers.

  • 0 Votes
    12 Posts
    7k Views
    L

    I also checked that flicking isn't enable with:
    @
    ...
    dw = new QDeclarativeView(QString("qrc:myqml.qml"), this);
    QGridLayout *gl = new QGridLayout(ui->declarativeBaseWidget);
    gl->addWidget(dw);
    ...
    @
    where ui->declarativeBaseWidget is a QWidget added from QtCreator...

  • QtSDK update problem && uninstalled QtCreator

    7
    0 Votes
    7 Posts
    3k Views
    L

    [quote author="Tobias Hunger" date="1317491134"]Did you "file a bug report":http://bugreports.qt.nokia.com/?[/quote]

    I just reported the "bug":https://bugreports.qt.nokia.com/browse/QTSDK-954 .

    This is my first bug report so I hope have been clear... :-)

  • 0 Votes
    6 Posts
    24k Views
    L

    Ok, ALT + Left do the works! :-)

  • [SOLVED]choosing the build/run library problem

    3
    0 Votes
    3 Posts
    2k Views
    F

    I found it: Project->Build->Qt Version

  • Compiling testcon

    3
    0 Votes
    3 Posts
    3k Views
    S

    hi , it is clear that VS2008 cannot find the .h ( headers ) of your project , so you should spicify the location of each one or make them in the same folder that containe the .c/.c++ files .it will work :)

  • Need help with Nokia Analyze Tool

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • [Moved] QtCreator nightmare

    11
    0 Votes
    11 Posts
    3k Views
    P

    Thanks a lot. And it looks like a good idea to have completion as case sensitive. For the problem occurs mostly with m$ code and since most of its shouting aloud anyway(I mean most of it is in CAPS), it leads to fewer troubles.

  • [SOLVED]QWT to Qt creator

    15
    0 Votes
    15 Posts
    12k Views
    T

    i have used the programcentral in debian to install qt and all libs to qwt and other plugins.
    None of the plugins will work when i build the projects

    i'm very newbie on both Debian and qt
    i can't even build and run the qt exampels
    something must be very wrong in my system.

  • 0 Votes
    10 Posts
    3k Views
    F

    I used also a small perl script to apply a license file at the beginning of each project file if I forgot to do from the beginning of the project.

  • Qt Creator settings dialog and netbook

    5
    0 Votes
    5 Posts
    4k Views
    P

    [quote author="Lukas Geyer" date="1317063129"]As a workaround right-click (or shift right-click if you are on Windows Vista+) your window in the taskbar and select 'Move'. You then can move your window using the arrow keys - even beyond screen boundaries.[/quote]

    I know, but it makes you able only to see the bottom part of the settings dialog, not interact with it.
    Looking forward to Qt Creator 2.4.0.

  • 0 Votes
    2 Posts
    4k Views
    L

    One possibility would be "QMAKE_EXTRA_TARGETS":http://doc.qt.nokia.com/latest/qmake-environment-reference.html#customizing.

  • 0 Votes
    3 Posts
    3k Views
    T

    That sounds like a bug to me. Have you tried "reporting it":http://bugreports.qt.nokia.com/?