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

« back to all changes in this revision

Viewing changes to src/utils/utils.pri

  • 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:
2
2
DEPENDPATH += $$PWD
3
3
 
4
4
HEADERS += \
5
 
    autosaver.h \
6
5
    editlistview.h \
7
6
    edittableview.h \
8
7
    edittreeview.h \
 
8
    languagemanager.h \
9
9
    lineedit.h \
10
10
    lineedit_p.h \
11
 
    proxystyle.h \
12
11
    singleapplication.h \
13
12
    squeezelabel.h
14
13
 
15
14
SOURCES += \
16
 
    autosaver.cpp \
17
15
    editlistview.cpp \
18
16
    edittableview.cpp \
19
17
    edittreeview.cpp \
 
18
    languagemanager.cpp \
20
19
    lineedit.cpp \
21
20
    singleapplication.cpp \
22
 
    squeezelabel.cpp
 
 
b'\\ No newline at end of file'
 
21
    squeezelabel.cpp
 
22
 
 
23
win32 {
 
24
    HEADERS += explorerstyle.h
 
25
    SOURCES += explorerstyle.cpp
 
26
    LIBS += -lgdi32
 
27
}
 
28