qmake
Why does this Qt header file fail to get parsed by moc?
I created a new \'C++ library\' project in Qt, which has the following header file: #include \"Test_global.h\"[详细]
2023-02-01 18:13 分类:问答Using Qt Creator and Project files, how do I copy a created dll/so with QMAKE_POST_LINK
This question appears to be answered in this tread qmake: How do I copy .dll/.so's to the output directory?[详细]
2023-01-31 18:02 分类:问答Unresolved-symbol error when linking Qt application to Google Breakpad
I\'m trying to statically link my Qt application to Google Breakpad under Windows but I always get unresolved symbol errors. I\'m using qmake and VC++2008 and there seems to be some problem with my pr[详细]
2023-01-31 17:19 分类:问答Qmake and Make using separate folders for sources and headers
I\'m going mad on this stupid problem. I\'ve a tree like this: src |--- sources |--- one.cpp |--- two.cpp |--- sources.pro[详细]
2023-01-28 10:15 分类:问答How to include a .lib file dynamically?
I\'ve got a problem with my project. I am developing it on Qt Creator, and I need to add a .lib file to my project. So, I wrote this line in my .pro :[详细]
2023-01-28 03:31 分类:问答qmake can't evaluate a proper variable
I\'d like to share my build version in the app but I can\'t get that thing to work... this is a part of my .pro file...[详细]
2023-01-25 22:52 分类:问答Is there a possibility to pass includes via -isystem when using qmake
I use qmake as a makefile builder and want to stick to it. Further I would like to use \"gcc -Wall -Werror -Wundef -Wextra\" to get robust code.[详细]
2023-01-25 16:32 分类:问答How to use gcov with QMake for code coverage
I would like to use gcov with my unit test written using QTestLib.I have managed to generate some .gcno files along my object files by adding this to my .pro file :[详细]
2023-01-25 06:56 分类:问答Qt:How to tell Qmake to include ws2_32 in visual studio project
Hello all im using some third party lib in side Qt application but i like the *.pro file and the QMAKE to be the default .[详细]
2023-01-22 06:38 分类:问答error while loading shared libraries: libstdc++.so.6: wrong ELF class: ELFCLASS64
I am trying to install Qt in my CentOS system. While building the library, I\'m getting this error开发者_开发知识库:[详细]
2023-01-20 22:51 分类:问答