Hi,

I'm trying to use QCA, which uses the following code in its .prf file
to determine whether to link against a debug or release version of its
libraries:

LINKAGE = -lqca
CONFIG(debug, debug|release) {
        windows:LINKAGE = -lqcad
        mac:LINKAGE = -lqca_debug
}
LIBS += $$LINKAGE

When qmake is used to generate visual studio2005/8 project files, it
always links against qca, not qcad, regardless of which profile in the
project is being used (debug or release) or if CONFIG includes the
debug flag.

It looks like the CONFIG(debug, debug|release) scope is always
evaluating to false on windows.

I have also encountered this problem while trying to build the
documentation for daily snapshots, as was reported earlier on the
mailing list but with no fix that I saw.

The developer of QCA said he took the idiom out of the Qt sources
themselves. Has this been broken in qt 4.4? (im working mainly with a
snapshot from march, but rc1 also seems to fail with this). Or has it
been fixed and am I just using too old a snapshot?

Thanks

To unsubscribe - send "unsubscribe" in the subject to [EMAIL PROTECTED]

Reply via email to