Hi,

The QMake documentation states that

"Directories other than the standard framework directory need to be specified 
to the build system, and this is achieved by appending linker options to the 
QMAKE_LFLAGS variable, as shown in the following example:"

This is not wrong of course, but the compiler also needs -F and/or -iframework 
flags for finding the headerfiles from frameworks in non-default framework 
directories.

Do I have to understand that -F and/or -iframework options are supposed to be 
taken from QMAKE_LFLAGS, or must one pass them also via the appropriate 
QMAKE_C*FLAGS*?

R.
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to