This question already has answers here: Where in Qt Creator do I pass arguments to a compiler? (6 answers)
I need to compile my Qt application for Windows while I am using Fedora 14 which have binary packages for Qt Creator MinGW. I installed all the required cross compiling packages correctly and added th
I\'m interested in using Yaml in my media player project. The only problem is I can\'t figure out how you compile with Yaml, especially on qt-creator. The AUR package for yaml-cpp doesn\'t seem to ins
I am using QTCreator 2.2.1, based on QT 4.7.4(32 bit) on Windows XP. I made a QML project from new -> QML project menu but the RUN button is not enable. How 开发者_开发问答do I run QML project.Have yo
I have already set mutiple qt version in qt creator But how can I choose the qt version to buil开发者_JS百科d?
I have a program that works when compiled in Windows with both Visual Studio and CodeBlocks, but when I compile it in Kubuntu using QT Creator, the fscanf functions don\'t work the same way.
I\'m using QtCreator and I got two projects, each with an own PRO file. The Viewer is a normal Qt app.
I download some qml templeates from nokia\'s website. Now i want to test them. How can i import qml file into my empty project?
I\'m trying to do so开发者_如何学Pythonme heavy redeisgning of standard widgets using Qt Style Sheets. So after doing most of it manually for different widgets by #objectName selectors I\'ve decided t
I want to introduce i18n in an existing application. As a first step, I need to replace the string literals with tr(\"something\")开发者_C百科.