12345678910111213141516171819202122232425 |
- $OpenBSD: patch-src_src_pro,v 1.2 2012/09/04 16:05:38 ajacoutot Exp $
- rename library to qca2
- --- src/src.pro.orig Sat Nov 27 22:14:12 2010
- +++ src/src.pro Tue Sep 4 17:52:57 2012
- @@ -6,7 +6,7 @@ QCA_SRCBASE = .
-
- TEMPLATE = lib
- QT -= gui
- -TARGET = qca
- +TARGET = qca2
- DESTDIR = $$QCA_BASE/lib
- windows:DLLDESTDIR = $$QCA_BASE/bin
-
- @@ -109,7 +109,7 @@ unix: {
- incfiles.files += $$QCA_INC/qca.h $$QCA_INC/QtCrypto
- !lib_bundle:INSTALLS += incfiles
-
- - manfiles.path = $$DATADIR/man/man1
- + manfiles.path = $$PREFIX/man/man1
- manfiles.files = $$QCA_BASE/man/qcatool2.1
- INSTALLS += manfiles
- }
|