~ubuntu-branches/ubuntu/oneiric/arora/oneiric

« back to all changes in this revision

Viewing changes to autotests/opensearchreader/opensearchreader.pro

  • Committer: Bazaar Package Importer
  • Author(s): Roderick B. Greening
  • Date: 2009-09-10 15:24:04 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090910152404-668k22ux3mfap6g0
Tags: 0.9.0-0ubuntu1
* New upstream release
* Update patches:
  - kubuntu_02_default_bookmarks.diff
* Remove patches:
  - kubuntu_04_startpage_spacing.diff (fixed upstream)
  - kubuntu_05_manpages.diff (fixed upstream)
  - kubuntu_07_adblock.diff (unstable/unsuitable)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
include(../autotests.pri)
7
7
 
8
 
SOURCES += \
 
8
SOURCES = \
 
9
    opensearchengine.cpp \
 
10
    opensearchreader.cpp \
9
11
    tst_opensearchreader.cpp
10
12
 
11
 
RESOURCES += \
 
13
HEADERS = \
 
14
    opensearchengine.h \
 
15
    opensearchreader.h
 
16
 
 
17
FORMS =
 
18
 
 
19
RESOURCES = \
12
20
    opensearchreader.qrc
13
21