qt-creator
Adding extra compiler option in Qt [duplicate]
This question already has answers here: Where in Qt Creator do I pass arguments to a compiler? (6 answers)[详细]
2023-03-18 13:51 分类:问答Building for Windows under Linux using Qt Creator
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[详细]
2023-03-18 12:33 分类:问答How to link to yaml-cpp on Arch Linux with qtcreator?
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[详细]
2023-03-18 07:52 分类:问答RUN button no enable in QtCreator for QML project
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[详细]
2023-03-18 04:36 分类:问答QT Creator with multiple qmake
I have already set mutiple qt version in qt creator But how can I choose the qt version to buil开发者_JS百科d?[详细]
2023-03-17 19:03 分类:问答Switched to a Linux Environment, now fscanf doesn't work
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.[详细]
2023-03-17 09:38 分类:问答QtCreator: static library but still asking for DLL
I\'m using QtCreator and I got two projects, each with an own PRO file. The Viewer is a normal Qt app.[详细]
2023-03-16 20:50 分类:问答How do i use existing qml file in qt creator?
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?[详细]
2023-03-16 17:55 分类:问答Is it possible to use Qt Style Sheets with promoted widgets in Qt Creator?
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[详细]
2023-03-16 16:35 分类:问答Locating string literals in C++ source with regex, but not includes?
I want to introduce i18n in an existing application. As a first step, I need to replace the string literals with tr(\"something\")开发者_C百科.[详细]
2023-03-15 14:30 分类:问答