# base dialog stuff HEADERS += \ $$PSI_CPP/options/optionsdlg.h \ $$PSI_CPP/options/optionstab.h \ $$PSI_CPP/options/toolbardlg.h SOURCES += \ $$PSI_CPP/options/optionstab.cpp \ $$PSI_CPP/options/optionsdlg.cpp \ $$PSI_CPP/options/toolbardlg.cpp INTERFACES += \ $$PSI_CPP/options/ui_options.ui # additional tabs HEADERS += \ $$PSI_CPP/options/opt_application.h \ $$PSI_CPP/options/opt_chat.h \ $$PSI_CPP/options/opt_events.h \ $$PSI_CPP/options/opt_status.h \ $$PSI_CPP/options/opt_appearance.h \ $$PSI_CPP/options/opt_lookfeel.h \ $$PSI_CPP/options/opt_iconset.h \ $$PSI_CPP/options/opt_groupchat.h \ $$PSI_CPP/options/opt_sound.h \ $$PSI_CPP/options/opt_advanced.h SOURCES += \ $$PSI_CPP/options/opt_application.cpp \ $$PSI_CPP/options/opt_chat.cpp \ $$PSI_CPP/options/opt_events.cpp \ $$PSI_CPP/options/opt_status.cpp \ $$PSI_CPP/options/opt_appearance.cpp \ $$PSI_CPP/options/opt_lookfeel.cpp \ $$PSI_CPP/options/opt_iconset.cpp \ $$PSI_CPP/options/opt_groupchat.cpp \ $$PSI_CPP/options/opt_sound.cpp \ $$PSI_CPP/options/opt_advanced.cpp INTERFACES += \ $$PSI_CPP/options/opt_application-ui.ui \ $$PSI_CPP/options/opt_chat-ui.ui \ $$PSI_CPP/options/opt_events-ui.ui \ $$PSI_CPP/options/opt_status-ui.ui \ $$PSI_CPP/options/opt_appearance-ui.ui \ $$PSI_CPP/options/opt_appearance_misc-ui.ui \ $$PSI_CPP/options/opt_sound-ui.ui \ $$PSI_CPP/options/opt_advanced-ui.ui \ $$PSI_CPP/options/opt_lookfeel_toolbars.ui \ $$PSI_CPP/options/ui_positiontoolbar.ui \ $$PSI_CPP/options/ui_isdetails.ui \ $$PSI_CPP/options/opt_iconset_emo.ui \ $$PSI_CPP/options/opt_iconset_system.ui \ $$PSI_CPP/options/opt_iconset_roster.ui \ $$PSI_CPP/options/opt_general_groupchat.ui