diff options
author | Timothy Pearson <[email protected]> | 2012-07-26 11:38:53 -0500 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-08-05 09:15:44 +0200 |
commit | 88436fc88a474f7cc2bd9f3fa2869df71bd383b4 (patch) | |
tree | 03306ab3406e53df0c72108c12ef89c60ad37dc2 | |
parent | d4abf19a35bf82ff822ddcd9503083a6f0521b79 (diff) | |
download | tdenetwork-88436fc88a474f7cc2bd9f3fa2869df71bd383b4.tar.gz tdenetwork-88436fc88a474f7cc2bd9f3fa2869df71bd383b4.zip |
Fix a parallel build bug
Thanks to 'Nix' for the patch!
(cherry picked from commit 35c41f35b08e981caa062f963ad2611ee6ef35a9)
-rw-r--r-- | filesharing/advanced/propsdlgplugin/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filesharing/advanced/propsdlgplugin/CMakeLists.txt b/filesharing/advanced/propsdlgplugin/CMakeLists.txt index f6477d19..26d94f56 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 ) |