~ubuntu-branches/ubuntu/dapper/psi/dapper

« back to all changes in this revision

Viewing changes to src/options/options.pri

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2004-06-15 00:10:41 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040615001041-enywb6pcpe4sjsw6
Tags: 0.9.2-1
* New upstream release
* Set KDEDIR for ./configure so kde specific files get installed
* Don't install libpsiwidgets.so. It got installed in /usr/share
  where it doesn't belong. May be included (at a better location)
  later.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# base dialog stuff
 
2
HEADERS += \
 
3
        $$PSI_CPP/options/optionsdlg.h \
 
4
        $$PSI_CPP/options/optionstab.h \
 
5
        $$PSI_CPP/options/toolbardlg.h
 
6
SOURCES += \
 
7
        $$PSI_CPP/options/optionstab.cpp \
 
8
        $$PSI_CPP/options/optionsdlg.cpp \
 
9
        $$PSI_CPP/options/toolbardlg.cpp
 
10
INTERFACES += \
 
11
        $$PSI_CPP/options/ui_options.ui
 
12
 
 
13
 
 
14
# additional tabs
 
15
HEADERS += \
 
16
        $$PSI_CPP/options/opt_application.h \
 
17
        $$PSI_CPP/options/opt_chat.h \
 
18
        $$PSI_CPP/options/opt_events.h \
 
19
        $$PSI_CPP/options/opt_status.h \
 
20
        $$PSI_CPP/options/opt_appearance.h \
 
21
        $$PSI_CPP/options/opt_lookfeel.h \
 
22
        $$PSI_CPP/options/opt_iconset.h \
 
23
        $$PSI_CPP/options/opt_groupchat.h \
 
24
        $$PSI_CPP/options/opt_sound.h \
 
25
        $$PSI_CPP/options/opt_advanced.h
 
26
 
 
27
SOURCES += \
 
28
        $$PSI_CPP/options/opt_application.cpp \
 
29
        $$PSI_CPP/options/opt_chat.cpp \
 
30
        $$PSI_CPP/options/opt_events.cpp \
 
31
        $$PSI_CPP/options/opt_status.cpp \
 
32
        $$PSI_CPP/options/opt_appearance.cpp \
 
33
        $$PSI_CPP/options/opt_lookfeel.cpp \
 
34
        $$PSI_CPP/options/opt_iconset.cpp \
 
35
        $$PSI_CPP/options/opt_groupchat.cpp \
 
36
        $$PSI_CPP/options/opt_sound.cpp \
 
37
        $$PSI_CPP/options/opt_advanced.cpp
 
38
 
 
39
INTERFACES += \
 
40
        $$PSI_CPP/options/opt_application-ui.ui \
 
41
        $$PSI_CPP/options/opt_chat-ui.ui \
 
42
        $$PSI_CPP/options/opt_events-ui.ui \
 
43
        $$PSI_CPP/options/opt_status-ui.ui \
 
44
        $$PSI_CPP/options/opt_appearance-ui.ui \
 
45
        $$PSI_CPP/options/opt_sound-ui.ui \
 
46
        $$PSI_CPP/options/opt_advanced-ui.ui \
 
47
        $$PSI_CPP/options/opt_lookfeel_toolbars.ui \
 
48
        $$PSI_CPP/options/ui_positiontoolbar.ui \
 
49
        $$PSI_CPP/options/ui_isdetails.ui \
 
50
        $$PSI_CPP/options/opt_iconset_emo.ui \
 
51
        $$PSI_CPP/options/opt_iconset_system.ui \
 
52
        $$PSI_CPP/options/opt_iconset_roster.ui \
 
53
        $$PSI_CPP/options/opt_general_groupchat.ui