~ubuntu-branches/ubuntu/wily/qca2/wily-proposed

« back to all changes in this revision

Viewing changes to examples/cmssigner/cmssigner.pro

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2007-10-27 18:51:54 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071027185154-4ir9ys3h2q9fofrw
Tags: 2.0.0-2
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
include(pkcs11configdlg/pkcs11configdlg.pri)
7
7
 
8
 
HEADERS += prompter.h mylistview.h keystoreview.h
9
 
SOURCES += prompter.cpp main.cpp
10
 
 
11
 
FORMS += mainwin.ui loadstore.ui
 
8
HEADERS += \
 
9
        prompter.h \
 
10
        certviewdlg.h \
 
11
        keyselectdlg.h \
 
12
        certitem.h
 
13
 
 
14
SOURCES += \
 
15
        prompter.cpp \
 
16
        certviewdlg.cpp \
 
17
        keyselectdlg.cpp \
 
18
        certitem.cpp \
 
19
        main.cpp
 
20
 
 
21
FORMS += certview.ui keyselect.ui mainwin.ui
12
22
RESOURCES += cmssigner.qrc