|
Line 0
Link Here
|
|
|
1 |
################################################# |
| 2 |
# |
| 3 |
# (C) 2012 Golubev Alexander |
| 4 |
# fatzer2 (AT) gmail.com |
| 5 |
# |
| 6 |
# Improvements and feedback are welcome |
| 7 |
# |
| 8 |
# This file is released under GPL >= 2 |
| 9 |
# |
| 10 |
################################################# |
| 11 |
|
| 12 |
add_subdirectory( config ) |
| 13 |
add_subdirectory( linkaddressbook ) |
| 14 |
add_subdirectory( blowfish ) |
| 15 |
|
| 16 |
include_directories( |
| 17 |
${CMAKE_BINARY_DIR} |
| 18 |
${CMAKE_CURRENT_BINARY_DIR} |
| 19 |
${CMAKE_CURRENT_BINARY_DIR}/config |
| 20 |
${CMAKE_CURRENT_SOURCE_DIR} |
| 21 |
${CMAKE_CURRENT_SOURCE_DIR}/config |
| 22 |
${CMAKE_CURRENT_SOURCE_DIR}/linkaddressbook |
| 23 |
${CMAKE_CURRENT_SOURCE_DIR}/blowfish |
| 24 |
${TDE_INCLUDE_DIR} |
| 25 |
${TQT_INCLUDE_DIRS} |
| 26 |
) |
| 27 |
|
| 28 |
link_directories( |
| 29 |
${TQT_LIBRARY_DIRS} |
| 30 |
) |
| 31 |
|
| 32 |
|
| 33 |
##### konversation (executable) ################# |
| 34 |
|
| 35 |
tde_add_executable( konversation AUTOMOC |
| 36 |
SOURCES konviface.skel konviconfigdialog.cpp konversationstatusbar.cpp |
| 37 |
konvisettingsdialog.cpp viewcontainer.cpp viewtree.cpp viewtreeitem.cpp |
| 38 |
konversationmainwindow.cpp valuelistviewitem.cpp urlcatcher.cpp |
| 39 |
scriptlauncher.cpp rawlog.cpp konvdcop.cpp channellistpanel.cpp |
| 40 |
konsolepanel.cpp identity.cpp statuspanel.cpp dccrecipientdialog.cpp |
| 41 |
topiccombobox.cpp nicksonline.cpp dcctransferpanel.cpp |
| 42 |
dcctransferpanelitem.cpp highlight.cpp highlightviewitem.cpp modebutton.cpp |
| 43 |
ignore_preferencesui.ui ignore_preferences.cpp ignore.cpp nicklistview.cpp |
| 44 |
ircinput.cpp channeloptionsui.ui channeloptionsdialog.cpp |
| 45 |
ignorelistviewitem.cpp images.cpp quickbutton.cpp chatwindow.cpp |
| 46 |
outputfilter.cpp logfilereader.cpp query.cpp konversationapplication.cpp |
| 47 |
nick.cpp inputfilter.cpp channel.cpp ircview.cpp server.cpp main.cpp |
| 48 |
dcc_preferencesui.ui log_preferences.ui tabs_preferencesui.ui |
| 49 |
tabs_preferences.cpp chatwindowappearance_preferences.ui |
| 50 |
irccolorchooserui.ui colorsappearance_preferences.ui irccolorchooser.cpp |
| 51 |
channellistviewitem.cpp osd.cpp trayicon.cpp dccchat.cpp multilineedit.cpp |
| 52 |
nickinfo.cpp dccresumedialog.cpp konversationsound.cpp |
| 53 |
quickconnectdialog.cpp serverlistdialog.cpp dcctransfersend.cpp |
| 54 |
dcctransferrecv.cpp channelnick.cpp insertchardialog.cpp irccharsets.cpp |
| 55 |
editnotifydialog.cpp common.cpp serverison.cpp sslsocket.cpp |
| 56 |
servergroupsettings.cpp serversettings.cpp servergroupdialog.cpp |
| 57 |
ssllabel.cpp serverdialog.cpp channeldialog.cpp identitydialog.cpp |
| 58 |
topiclabel.cpp notificationhandler.cpp joinchannelui.ui |
| 59 |
joinchanneldialog.cpp emoticon.cpp chatwindowbehaviour_preferences.ui |
| 60 |
alias_preferencesui.ui osd_preferencesui.ui theme_preferencesui.ui |
| 61 |
highlight_preferencesui.ui warnings_preferencesui.ui |
| 62 |
warnings_preferences.cpp quickbuttons_preferencesui.ui |
| 63 |
watchednicknames_preferencesui.ui generalbehavior_preferences.ui |
| 64 |
connectionbehavior_preferences.ui fontappearance_preferences.ui |
| 65 |
nicklistbehavior_preferencesui.ui konvibookmarkhandler.cpp |
| 66 |
konvibookmarkmenu.cpp ircviewbox.cpp searchbar.cpp osd_preferences.cpp |
| 67 |
theme_preferences.cpp dcc_preferences.cpp alias_preferences.cpp |
| 68 |
highlight_preferences.cpp watchednicknames_preferences.cpp |
| 69 |
quickbuttons_preferences.cpp nicklistbehavior_preferences.cpp |
| 70 |
tabnotifications_preferences.ui multilinetextedit.cpp serverlistview.cpp |
| 71 |
nicksonlineitem.cpp searchbarbase.ui autoreplace_preferencesui.ui |
| 72 |
autoreplace_preferences.cpp servergroupdialogui.ui dcctransfer.cpp |
| 73 |
dcctransfermanager.cpp dcctransferdetailedinfopanelui.ui |
| 74 |
dcctransferdetailedinfopanel.cpp dcccommon.cpp queuetunerbase.ui |
| 75 |
queuetuner.cpp ircqueue.cpp connectionsettings.cpp connectionmanager.cpp |
| 76 |
awaymanager.cpp |
| 77 |
LINK linkaddressbookui-static konversationconfig-static blowfish-static |
| 78 |
kio-shared kabc-shared kimproxy-shared ${XSCREENSAVER_LIBRARIES} |
| 79 |
DESTINATION ${BIN_INSTALL_DIR} |
| 80 |
) |
| 81 |
|
| 82 |
|
| 83 |
##### other data ################################ |
| 84 |
|
| 85 |
install( FILES konversationui.rc eventsrc |
| 86 |
DESTINATION ${DATA_INSTALL_DIR}/konversation |
| 87 |
) |
| 88 |
|
| 89 |
install( FILES konversation-0.19-colors.pl |
| 90 |
konversation-0.19-sortorder.pl |
| 91 |
konversation-0.19-appearance.pl |
| 92 |
konversation-0.19-tabplacement.pl |
| 93 |
konversation-0.19-custombrowser.pl |
| 94 |
konversation-0.19-colorcodes.pl |
| 95 |
konversation-0.19-notifylists.pl |
| 96 |
konversation-0.20-quickbuttons.pl |
| 97 |
konversation-0.20-customfonts.pl |
| 98 |
PERMISSIONS WORLD_EXECUTE |
| 99 |
DESTINATION ${KCONF_UPDATE_INSTALL_DIR} |
| 100 |
) |
| 101 |
|
| 102 |
install( FILES konversation.desktop |
| 103 |
DESTINATION ${XDG_APPS_INSTALL_DIR} |
| 104 |
) |
| 105 |
|
| 106 |
install( FILES konvirc.protocol konvirc6.protocol |
| 107 |
DESTINATION ${SERVICES_INSTALL_DIR} |
| 108 |
) |
| 109 |
|
| 110 |
install( FILES konversation.upd |
| 111 |
DESTINATION ${KCONF_UPDATE_INSTALL_DIR} |
| 112 |
) |
| 113 |
|