trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: June 2012

[PATCH tdenetwork 4/4] The propsdlgplugin must depend on filesharesamba.

From: Nix <nix@...>
Date: Sun, 10 Jun 2012 12:56:17 +0100
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
 )
 
 
-- 
1.7.10.4.153.g8c399cf