qmake
Linking to wrong library version in a C++ application
I\'m troubleshooting a C++ binary on RHEL/CentOS 5, which has problems with the openssl shared libraries. I don\'t do much C/C++ programming, and I\'m having trouble finding the root issue.[详细]
2023-01-19 18:48 分类:问答What's the preferred way to include QML sources in your application build?
I am building an application with mixed UI technologies (mostly C++ with some QML components included).[详细]
2023-01-19 06:46 分类:问答qt qmake extra compilers with dependencies among generated files
Can qmake handle dependencies of generated source files? We have a prf file like this: idl_h.name = Generate .H file for ${QMAKE_FILE_BASE}.idl[详细]
2023-01-17 01:06 分类:问答Build a JNI DLL using MINGW
I am trying to create a DLL that will call Qt (currently I can\'t use Jambi for the functionality I need). I have a simple Java method:[详细]
2023-01-15 11:59 分类:问答Running a program/script from QMake
We have a fairly large code-base.The vast majority of the code is compiled using qmake to produce the makefiles.However, there are some sub-projects that get produced by running batch files or running[详细]
2023-01-14 20:03 分类:问答Compiling libshout using QT/qmake
I\'m trying to link my QT application to a DLL (libshout), while building for Windows. I\'ve added the appropriate lines to my .pro file:[详细]
2023-01-14 03:35 分类:问答How to overwrite the `make dist` default target of Qmake?
In a Qt project, I need to provide a custom make dist. So I added the following lines to the *.pro file:[详细]
2023-01-13 02:39 分类:问答How to put generated files (e.g. object files) into a separate folder when using Qt/qmake?
I have a Qt project that uses qmake. To improve clarity and readability, I\'d like to keep the source files[详细]
2023-01-10 23:48 分类:问答Possible to include C/C++ header files in a .pro file?
Is it possible to include C/C++ header files in a qmake (.pro) file? I have a version.h header file with several definitions for my project (strings, version numbers, etc.). I also have an .rc file f[详细]
2023-01-10 09:33 分类:问答Multiple configurations in Qt
I\'m new to Qt Creator and I have several questions regarding multiple build configurations. A side note: I have the QtCreator 1.3.1 installed on my Linux mach开发者_StackOverflow社区ine.[详细]
2023-01-04 11:25 分类:问答