4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-15 03:49:33 +00:00

33 Commits

Author SHA1 Message Date
Justin Karneges
b982fe98f0 prepare for 2.0.3 release
svn path=/trunk/kdesupport/qca/; revision=1201470
2010-11-27 20:34:37 +00:00
Justin Karneges
f4bec75e39 really set version to 2.0.2
svn path=/trunk/kdesupport/qca/; revision=961313
2009-04-29 21:43:35 +00:00
Justin Karneges
ad9b4d0c6b more windows fixes
svn path=/trunk/kdesupport/qca/; revision=958900
2009-04-24 22:57:45 +00:00
Justin Karneges
c18f4d0875 oops, don't conflict variable names
svn path=/trunk/kdesupport/qca/; revision=958897
2009-04-24 22:42:43 +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
Justin Karneges
ad9b7e2ec4 confapp.pri is now the generated file instead of confapp_unix/win.pri
app.pri is now the non-generated file instead of confapp.pri

svn path=/trunk/kdesupport/qca/; revision=958863
2009-04-24 21:12:15 +00:00
Justin Karneges
f009a7c282 some attempt at windows support for the qcm files
svn path=/trunk/kdesupport/qca/; revision=958851
2009-04-24 20:41:33 +00:00
Justin Karneges
08fddd270f if separate-debug-info is used, be sure to pass -g to the compilation
process so that the .debug file actually gets debug info.  this is what 
qt itself does.

this is only needed for release mode, though it appears to be harmless 
in debug mode (you get two -g args then, but this also happens in qt)

svn path=/trunk/kdesupport/qca/; revision=834485
2008-07-19 04:34:42 +00:00
Justin Karneges
99e84c9367 escape manually-specified certstore correctly
svn path=/trunk/kdesupport/qca/; revision=821865
2008-06-18 17:52:12 +00:00
Justin Karneges
f33e057384 fix
svn path=/trunk/kdesupport/qca/; revision=816496
2008-06-04 01:50:18 +00:00
Justin Karneges
6aa9051322 create a separate buildmodeplugin module to be used for plugins
svn path=/trunk/kdesupport/qca/; revision=816495
2008-06-04 01:46:14 +00:00
Justin Karneges
13f10f1ef1 QMAKE_FRAMEWORKPATH doesn't work in Qt 4.2.0. use LIBS with -F instead.
svn path=/trunk/kdesupport/qca/; revision=816489
2008-06-04 00:48:48 +00:00
Justin Karneges
d5e3bbb907 oops, qc_buildmode_debug is also used with debug-and-release which we
don't want to forbid

svn path=/trunk/kdesupport/qca/; revision=816431
2008-06-03 20:46:16 +00:00
Justin Karneges
5f68dad3cf framework and debug-only mode are exclusive
svn path=/trunk/kdesupport/qca/; revision=816424
2008-06-03 20:35:21 +00:00
Justin Karneges
5f23243941 track changes in crypto.prf
svn path=/trunk/kdesupport/qca/; revision=816000
2008-06-03 00:59:08 +00:00
Justin Karneges
921a1d46ac allow building as a framework
svn path=/trunk/kdesupport/qca/; revision=815889
2008-06-02 19:35:28 +00:00
Justin Karneges
e379fd616a update version string
svn path=/trunk/kdesupport/qca/; revision=811433
2008-05-23 00:32:46 +00:00
Justin Karneges
a86a2a1fc3 output pkgconfig files into the build tree under lib/pkgconfig instead
of lib.  this is what qt does as of 4.3.

svn path=/trunk/kdesupport/qca/; revision=810563
2008-05-21 00:06:18 +00:00
Justin Karneges
5260fa2314 on non-mac unix, only create the normal pkgconfig file, even if qca is
built in debug mode.  only on mac will we ever have a _debug pkgconfig 
file.

svn path=/trunk/kdesupport/qca/; revision=810441
2008-05-20 18:52:48 +00:00
Justin Karneges
28373bb279 honor buildmode settings
svn path=/trunk/kdesupport/qca/; revision=761098
2008-01-14 02:42:29 +00:00
Justin Karneges
7802f9405d when manually specifying certstore-path, don't require the file to exist at configure-time
svn path=/trunk/kdesupport/qca/; revision=752557
2007-12-24 20:57:10 +00:00
Justin Karneges
1fe5e421bf suggested by fedora
svn path=/trunk/kdesupport/qca/; revision=747629
2007-12-12 16:21:57 +00:00
Justin Karneges
610b3e8789 allow building against uninstalled qca.
also, even for installed qca, the qcm now takes care of adding CONFIG += crypto

svn path=/trunk/kdesupport/qca/; revision=732150
2007-11-02 23:05:31 +00:00
Justin Karneges
8d943cb0fc ability to set plugin install dir
svn path=/trunk/kdesupport/qca/; revision=724367
2007-10-12 05:44:17 +00:00
Justin Karneges
aa2ff0330a 2.0.0 >= version < 3.0.0, also remove in-tree-build which is svn-only and I don't think we use it?
svn path=/trunk/kdesupport/qca/; revision=719688
2007-10-01 17:42:01 +00:00
Justin Karneges
f02bbb1667 add periods after descriptions, for consistency with others
svn path=/trunk/kdesupport/qca/; revision=710839
2007-09-11 00:02:52 +00:00
Justin Karneges
dbc0d0647f qconf support for HAVE_SYS_FILIO_H and MLOCK_NOT_VOID_PTR
svn path=/trunk/kdesupport/qca/; revision=700608
2007-08-16 00:44:26 +00:00
Justin Karneges
2036e30718 build system changes as per mailing list discussion, also begin centralizing plugin .qcm files
svn path=/trunk/kdesupport/qca/; revision=669674
2007-05-30 00:53:00 +00:00
Justin Karneges
5ca5f455eb wrong variable name, QC_MAC_UNIVERSAL should be QC_UNIVERSAL
svn path=/trunk/kdesupport/qca/; revision=664424
2007-05-13 22:05:31 +00:00
Justin Karneges
34efc21f23 build system now is like qt 4.2
svn path=/trunk/kdesupport/qca/; revision=664012
2007-05-12 22:35:15 +00:00
Justin Karneges
be929a360a no need to support qt version < 4.2 escaping since qca requires 4.2+ now
svn path=/trunk/kdesupport/qca/; revision=662742
2007-05-09 02:09:48 +00:00
Justin Karneges
2b7a7511b8 allow setting build mode of qca without file editing
svn path=/trunk/kdesupport/qca/; revision=661263
2007-05-05 01:19:44 +00:00
Justin Karneges
9099d13145 add dnotify.qcm, and move all into qcm subdir
svn path=/trunk/kdesupport/qca/; revision=660175
2007-05-01 20:47:57 +00:00