qmake
Manually configuring shadow build in qmake
There is a feature I really like in qt creator and it is the Shadow build. When the Shadow Build is on, all the generated files (*.moc, Makefile, *.o) will be generated in a given source directory, so[详细]
2023-02-14 05:15 分类:问答How to add pre-build step in qmake/qtcreator?
I want the compiled application to have the commit number, source files checksums and other things to be available during the compilation.[详细]
2023-02-12 12:36 分类:问答including header file in a separate folder
I created a class (say, myclass.h/cpp).I want to use the class from many different places. Therefore, I put those files in a folder (say, C:\\cpp_include) and I want to include them from whatever fold[详细]
2023-02-12 03:25 分类:问答QMake and a .pro file
I\'ve downloaded a package and am trying to build/install it. The project\'s wiki page has a command that looks like[详细]
2023-02-10 17:03 分类:问答qmake -project: add new file extensions
I\'m using QTCreator as a code editor for my C++ project, not using the real features of the qmake compilation process.[详细]
2023-02-10 15:22 分类:问答Compiling Qt project in a directory outside of the install directory
I\'ve been working on a project using OpenCV for a while, and am ready to upgrade my user interface from using cvWaitKey() to get key presses and emulating buttons with trackbars. Ha. So I\'ve decided[详细]
2023-02-05 10:10 分类:问答How do I remove the library paths that qmake automatically adds to the linker options
Wanted to try using qt creator (coming from eclipse cdt) and I\'m trying to get my project to build.Unfortunately, qmake is adding -L/usr/lib to the linker options by itself, making it link to the wro[详细]
2023-02-05 08:48 分类:问答Qt how to open a file in current dir ? or what's wrong with this?
I\'m trying to open an xml file in the current location of the executable QString path = QDir::currentPath();[详细]
2023-02-05 04:47 分类:问答Qt compiler warning: overriding commands for target / ignoring old commands for target
When I\'m compiling my Qt project for Windows I receive these 2 warnings: Makefile.Debug:109: warning: overriding comman开发者_运维知识库ds for target `debug/moc_mainwindow.cpp\'[详细]
2023-02-05 01:43 分类:问答Developing Qt applications in Unix systems using Qt Creator
I\'m developing a Qt application in Linux using Qt Creator (2.1 RC). I\'ve created 2 projects, and used the wizard to add the library project to the application project. However when I run it, I recei[详细]
2023-02-03 00:05 分类:问答