diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-26 11:38:53 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-26 11:38:53 -0500 |
commit | 35c41f35b08e981caa062f963ad2611ee6ef35a9 (patch) | |
tree | ea1747f485872514197bfa84f6e3250dd54cca95 /filesharing | |
parent | 5c988de1bdaf2c4cf692e6c195375607a8c67ab0 (diff) | |
download | tdenetwork-35c41f35b08e981caa062f963ad2611ee6ef35a9.tar.gz tdenetwork-35c41f35b08e981caa062f963ad2611ee6ef35a9.zip |
Fix a parallel build bug
Thanks to 'Nix' for the patch!
Diffstat (limited to 'filesharing')
-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 ) |