~ubuntu-branches/ubuntu/jaunty/psi/jaunty

« back to all changes in this revision

Viewing changes to cutestuff/openpgp/openpgp.pri

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2005-01-10 17:41:43 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050110174143-ltocv5zapl6blf5d
Tags: 0.9.3-1
* New upstream release
* Cleaned up debian/rules (some things are done by upstream Makefiles now)
* Fixed some lintian warnings:
  - removed executable bit from some .png files
  - moved psi.desktop to /usr/share/applications
* Updated menu files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
openpgp {
 
2
        CONFIG += gpgproc
 
3
        GPGPROC_CPP = $$OPENPGP_CPP/gpgproc
 
4
        include($$GPGPROC_CPP/gpgproc.pri)
 
5
 
 
6
        HEADERS += \
 
7
                $$OPENPGP_CPP/openpgp.h \
 
8
                $$OPENPGP_CPP/gpgop.h \
 
9
                $$OPENPGP_CPP/gnupg.h
 
10
 
 
11
        SOURCES += \
 
12
                $$OPENPGP_CPP/openpgp.cpp \
 
13
                $$OPENPGP_CPP/gpgop.cpp \
 
14
                $$OPENPGP_CPP/gnupg.cpp
 
15
}
 
16