[kmobiletools] KDE/kdepim/kmobiletools/kmobiletools
Marco Gulino
marco at kmobiletools.org
Wed Jun 20 14:33:35 CEST 2007
SVN commit 678014 by gulino:
Fixing messages generation
M +4 -2 Messages.sh
--- trunk/KDE/kdepim/kmobiletools/kmobiletools/Messages.sh #678013:678014
@@ -1,11 +1,13 @@
#$PREPARETIPS > tips.cpp
ABOUT_RCS="`find about -name \"*.ui\" -o -name \"*.rc\" -o -name \"*.kcfg\"`"
-LIBKMOBILETOOLS_RCS="`find engines\libkmobiletools -name \"*.ui\" -o -name \"*.rc\" -o -name \"*.kcfg\"`"
+LIBKMOBILETOOLS_RCS="`find libkmobiletools -name \"*.ui\" -o -name \"*.rc\" -o -name \"*.kcfg\"`"
+LIBKMOBILETOOLSENGINEUI_RCS="`find engines/libkmobiletoolsengineui -name \"*.ui\" -o -name \"*.rc\" -o -name \"*.kcfg\"`"
MAINPART_RCS="`find mainpart -name \"*.ui\" -o -name \"*.rc\" -o -name \"*.kcfg\"`"
ABOUT_SRCS="`find about -name \"*.cpp\" -o -name \"*.h\"`"
-LIBKMOBILETOOLS_SRCS="`find engines\libkmobiletools -name \"*.cpp\" -o -name \"*.h\"`"
+LIBKMOBILETOOLS_SRCS="`find libkmobiletools -name \"*.cpp\" -o -name \"*.h\"`"
+LIBKMOBILETOOLSENGINEUI_SRCS="`find engines/libkmobiletoolsengineui -name \"*.cpp\" -o -name \"*.h\"`"
MAINPART_SRCS="`find mainpart -name \"*.cpp\" -o -name \"*.h\"`"
KMOBILETOOLS_RCS="$ABOUT_RCS $LIBKMOBILETOOLS_RCS $LIBKMOBILETOOLSENGINEUI_RCS $MAINPART_RCS"
More information about the kmobiletools
mailing list