Re: [cmake-developers] Compatible INTERFACE user properties and string properties

2013-01-11 Thread Stephen Kelly
Stephen Kelly wrote: Brad King wrote: On 01/10/2013 01:04 PM, Stephen Kelly wrote: the COMPATIBLE_INTERFACE_BOOL property: set_property(TARGET Qt4::QAxServer APPEND PROPERTY COMPATIBLE_INTERFACE_BOOL QT4_NO_LINK_QTMAIN) A better name may be INTERFACE_COMPATIBLE_BOOL since the

[cmake-developers] Compatible INTERFACE user properties and string properties

2013-01-10 Thread Stephen Kelly
Now that the INTERFACE_PIC branch is in, the next topic I have in that line is the compatible-INTERFACE-user-properties topic I've just pushed to gitorious. Because I'll be automatically linking the Qt4::qtmain library into executables which are WIN32_EXECUTABLEs, and because QtActiveX

Re: [cmake-developers] Compatible INTERFACE user properties and string properties

2013-01-10 Thread Brad King
On 01/10/2013 01:04 PM, Stephen Kelly wrote: the COMPATIBLE_INTERFACE_BOOL property: set_property(TARGET Qt4::QAxServer APPEND PROPERTY COMPATIBLE_INTERFACE_BOOL QT4_NO_LINK_QTMAIN) A better name may be INTERFACE_COMPATIBLE_BOOL since the compatibility requirement is actually part of

Re: [cmake-developers] Compatible INTERFACE user properties and string properties

2013-01-10 Thread Stephen Kelly
Brad King wrote: On 01/10/2013 01:04 PM, Stephen Kelly wrote: the COMPATIBLE_INTERFACE_BOOL property: set_property(TARGET Qt4::QAxServer APPEND PROPERTY COMPATIBLE_INTERFACE_BOOL QT4_NO_LINK_QTMAIN) A better name may be INTERFACE_COMPATIBLE_BOOL since the compatibility