mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-13 11:09:34 +00:00
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
28 lines
436 B
Plaintext
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>
|