summaryrefslogtreecommitdiffstats
path: root/filesharing/advanced/kcm_sambaconf/CMakeLists.txt
blob: 9ed924973550081494f7bf250946cf138b14a0bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#################################################
#
#  (C) 2010-2011 Serghei Amelian
#  serghei (DOT) amelian (AT) gmail.com
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

include_directories(
  ${CMAKE_CURRENT_BINARY_DIR}
  ${CMAKE_CURRENT_SOURCE_DIR}
  ${TDE_INCLUDE_DIR}
  ${TQT_INCLUDE_DIRS}
)

link_directories(
  ${TQT_LIBRARY_DIRS}
)


##### other data ################################

tde_install_icons( )
install( FILES kcmsambaconf.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )


##### filesharesamba (static) ###################

tde_add_library( filesharesamba STATIC_PIC AUTOMOC
  SOURCES
    sambafile.cpp share.ui sharedlgimpl.cpp sambashare.cpp
    socketoptionsdlg.ui common.cpp userselectdlg.ui
    groupselectdlg.ui usertab.ui usertabimpl.cpp filemodedlg.ui
    filemodedlgimpl.cpp smbpasswdfile.cpp passwd.cpp hiddenfileview.cpp
    dictmanager.cpp qmultichecklistitem.cpp smbconfconfigwidget.cpp
    linuxpermissionchecker.cpp expertuserdlg.ui
)


##### kcm_kcmsambaconf (module) #################

tde_add_kpart( kcm_kcmsambaconf AUTOMOC
  SOURCES
    kcminterface.ui kcmprinterdlg.ui printerdlgimpl.cpp kcmsambaconf.cpp
    joindomaindlg.ui
  LINK filesharesamba-static kdeprint-shared
  DESTINATION ${PLUGIN_INSTALL_DIR}
)