|
|
|
@ -37,6 +37,24 @@ tde_add_library( filesharesamba STATIC_PIC AUTOMOC
|
|
|
|
|
filemodedlgimpl.cpp smbpasswdfile.cpp passwd.cpp hiddenfileview.cpp
|
|
|
|
|
dictmanager.cpp qmultichecklistitem.cpp smbconfconfigwidget.cpp
|
|
|
|
|
linuxpermissionchecker.cpp expertuserdlg.ui
|
|
|
|
|
DEPENDENCIES filesharesamba_generate_headers
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
# Those headers are also required by target in another subdirectory.
|
|
|
|
|
# So we have to add such target for our generated header files to avoid
|
|
|
|
|
# race conditions.
|
|
|
|
|
# SEE cmake FAQ: http://www.cmake.org/Wiki/CMake_FAQ
|
|
|
|
|
#
|
|
|
|
|
add_custom_target( filesharesamba_generate_headers
|
|
|
|
|
DEPENDS
|
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/share.h
|
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/share.h
|
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/socketoptionsdlg.h
|
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/userselectdlg.h
|
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/groupselectdlg.h
|
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/usertab.h
|
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/filemodedlg.h
|
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/expertuserdlg.h
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|