propertiespage.cpp in this plugin references one of the UIC headers in filesharesamba, so filesharesamba must be compiled first. --- filesharing/advanced/propsdlgplugin/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+)
diff --git a/filesharing/advanced/propsdlgplugin/CMakeLists.txt b/filesharing/advanced/propsdlgplugin/CMakeLists.txt index f6477d1..26d94f5 100644 --- a/filesharing/advanced/propsdlgplugin/CMakeLists.txt +++ b/filesharing/advanced/propsdlgplugin/CMakeLists.txt @@ -32,6 +32,7 @@ install( FILES
tde_add_library( propsdlgplugin_common STATIC_PIC AUTOMOC SOURCES propertiespage.cpp propertiespagegui.ui + DEPENDENCIES filesharesamba )