summaryrefslogtreecommitdiff
path: root/muse2/synti/fluid
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2010-12-12 10:30:39 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2010-12-12 10:30:39 +0000
commitcf0828dc76ddc11de107bc65ddada38d03404030 (patch)
tree2c56dd018886f2332330d4c98a46b05a23a3ab14 /muse2/synti/fluid
parenta4d6602deb9e55720659df425664c554be6e4a7a (diff)
Translations are now handled by cmake. Updated the Russian translation. Added -l flag to override system locale.
Diffstat (limited to 'muse2/synti/fluid')
-rw-r--r--muse2/synti/fluid/CMakeLists.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/muse2/synti/fluid/CMakeLists.txt b/muse2/synti/fluid/CMakeLists.txt
index f2b07929..6a99c3f0 100644
--- a/muse2/synti/fluid/CMakeLists.txt
+++ b/muse2/synti/fluid/CMakeLists.txt
@@ -20,16 +20,23 @@
QT4_WRAP_CPP ( fluid_mocs fluidgui.h )
-QT4_WRAP_UI ( fluid_uis fluidguibase.ui )
+file (GLOB UI_FILES fluidguibase.ui )
+QT4_WRAP_UI ( fluid_uis ${UI_FILES} )
-add_library ( fluid SHARED
+file (GLOB SOURCE_FILES
fluid.cpp
fluidgui.cpp
fluidgui.h
+ )
+
+add_library ( fluid SHARED
+ ${SOURCE_FILES}
${fluid_mocs}
${fluid_uis}
)
+set (FILES_TO_TRANSLATE ${FILES_TO_TRANSLATE} ${SOURCE_FILES} ${UI_FILES} CACHE INTERNAL "")
+
# target_link_libraries( fluid synti )
# - tell cmake to name target fluid.so instead of