diff options
Diffstat (limited to 'umbrello')
-rw-r--r-- | umbrello/umbrello/codegenerators/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/umbrello/umbrello/codegenerators/CMakeLists.txt b/umbrello/umbrello/codegenerators/CMakeLists.txt index 7d683330..5521f430 100644 --- a/umbrello/umbrello/codegenerators/CMakeLists.txt +++ b/umbrello/umbrello/codegenerators/CMakeLists.txt @@ -51,4 +51,6 @@ tde_add_library( codegenerator STATIC AUTOMOC phpwriter.cpp pythonwriter.cpp rubywriter.cpp sqlwriter.cpp tclwriter.cpp xmlschemawriter.cpp xmlelementcodeblock.cpp xmlcodecomment.cpp codegen_utils.cpp + DEPENDENCIES + dialogs-static ) |