source: psi/vendor/affinix/current/src/options/options.pri@ 2

Last change on this file since 2 was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 1.7 KB
Line 
1# base dialog stuff
2HEADERS += \
3 $$PSI_CPP/options/optionsdlg.h \
4 $$PSI_CPP/options/optionstab.h \
5 $$PSI_CPP/options/toolbardlg.h
6SOURCES += \
7 $$PSI_CPP/options/optionstab.cpp \
8 $$PSI_CPP/options/optionsdlg.cpp \
9 $$PSI_CPP/options/toolbardlg.cpp
10INTERFACES += \
11 $$PSI_CPP/options/ui_options.ui
12
13
14# additional tabs
15HEADERS += \
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
27SOURCES += \
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
39INTERFACES += \
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_appearance_misc-ui.ui \
46 $$PSI_CPP/options/opt_sound-ui.ui \
47 $$PSI_CPP/options/opt_advanced-ui.ui \
48 $$PSI_CPP/options/opt_lookfeel_toolbars.ui \
49 $$PSI_CPP/options/ui_positiontoolbar.ui \
50 $$PSI_CPP/options/ui_isdetails.ui \
51 $$PSI_CPP/options/opt_iconset_emo.ui \
52 $$PSI_CPP/options/opt_iconset_system.ui \
53 $$PSI_CPP/options/opt_iconset_roster.ui \
54 $$PSI_CPP/options/opt_general_groupchat.ui
Note: See TracBrowser for help on using the repository browser.