4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-13 11:09:34 +00:00
Justin Karneges b576b82533 buildmodeplugin.qcm used to be a copy of buildmode.qcm, just without the
framework options.  refactor so that buildmode.qcm doesn't have 
framework options, and create a new file buildmode_framework.qcm that 
only has the framework options.  helps with DRY.

svn path=/trunk/kdesupport/qca/; revision=958892
2009-04-24 22:16:54 +00:00

28 lines
436 B
Plaintext

<qconf>
<name>Qt Cryptographic Architecture (QCA)</name>
<profile>qca.pro</profile>
<lib/>
<incdir/>
<libdir/>
<datadir/>
<moddir>qcm</moddir>
<dep type='qt42'>
<required/>
</dep>
<dep type='buildmode'>
<required/>
</dep>
<dep type='buildmode_framework'>
<required/>
</dep>
<dep type='universal'>
<required/>
</dep>
<dep type='extra'>
<required/>
</dep>
<dep type='certstore'>
<required/>
</dep>
</qconf>