[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/qca/plugins
From:       Justin Karneges <infiniti () affinix ! com>
Date:       2007-05-08 6:03:48
Message-ID: 1178604228.513195.8951.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 662431 by infiniti:

okay, give plugins a version again, it seems this is what Qt also does


 M  +4 -2      qca-cyrus-sasl/qca-cyrus-sasl.pro  
 M  +4 -2      qca-gnupg/qca-gnupg.pro  
 M  +2 -0      qca-openssl/qca-openssl.pro  
 M  +4 -2      qca-pkcs11/qca-pkcs11.pro  


--- trunk/kdesupport/qca/plugins/qca-cyrus-sasl/qca-cyrus-sasl.pro #662430:662431
@@ -5,6 +5,10 @@
 CONFIG += crypto
 DESTDIR = lib
 
+VERSION = 1.0.0
+
+include(conf.pri)
+
 # default windows config for now
 windows:CONFIG += debug_and_release build_all
 
@@ -16,8 +20,6 @@
 	LIBS += "c:\local\lib\libsasl.lib"
 }
 
-include(conf.pri)
-
 CONFIG(debug, debug|release) {
         unix:TARGET = $$join(TARGET,,,_debug)
         else:TARGET = $$join(TARGET,,,d)
--- trunk/kdesupport/qca/plugins/qca-gnupg/qca-gnupg.pro #662430:662431
@@ -4,6 +4,10 @@
 CONFIG += crypto
 DESTDIR = lib
 
+VERSION = 1.0.0
+
+include(conf.pri)
+
 # default windows config for now
 windows:CONFIG += debug_and_release build_all
 
@@ -20,8 +24,6 @@
 	$$GPG_BASE/gpgop.cpp \
 	$$GPG_BASE/qca-gnupg.cpp
 
-include(conf.pri)
-
 CONFIG(debug, debug|release) {
 	unix:TARGET = $$join(TARGET,,,_debug)
 	else:TARGET = $$join(TARGET,,,d)
--- trunk/kdesupport/qca/plugins/qca-openssl/qca-openssl.pro #662430:662431
@@ -4,6 +4,8 @@
 CONFIG += crypto
 DESTDIR = lib
 
+VERSION = 1.0.0
+
 include(conf.pri)
 
 CONFIG += create_prl
--- trunk/kdesupport/qca/plugins/qca-pkcs11/qca-pkcs11.pro #662430:662431
@@ -4,6 +4,10 @@
 CONFIG += crypto
 DESTDIR = lib
 
+VERSION = 1.0.0
+
+include(conf.pri)
+
 # default windows config for now
 windows:CONFIG += debug_and_release build_all
 
@@ -18,8 +22,6 @@
 	LIBS += -lpkcs11-helper.dll
 }
 
-include(conf.pri)
-
 CONFIG(debug, debug|release) {
 	unix:TARGET = $$join(TARGET,,,_debug)
 	else:TARGET = $$join(TARGET,,,d)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic