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.
I am building an application with mixed UI technologies (mostly C++ with some QML components included).
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
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:
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
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:
In a Qt project, I need to provide a custom make dist. So I added the following lines to the *.pro file:
I have a Qt project that uses qmake. To improve clarity and readability, I\'d like to keep the source files
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
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.