[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdesdk/kbabel
From:       Stephan Kulow <coolo () kde ! org>
Date:       2006-08-23 7:40:11
Message-ID: 1156318811.189924.9798.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 576129 by coolo:

sorting out dependencies on generated files to fix parallel build


 M  +4 -0      catalogmanager/Makefile.am  
 M  +1 -0      common/catalog.cpp  
 M  +1 -0      common/catalogsettings.cpp  
 M  +0 -2      common/catalogsettings.h  
 M  +1 -0      common/kbmailer.cpp  
 M  +3 -0      commonui/Makefile.am  
 M  +1 -0      commonui/context.cpp  
 M  +1 -0      commonui/projectpref.cpp  
 M  +1 -0      commonui/projectprefwidgets.cpp  
 M  +2 -0      filters/gettext/Makefile.am  
 M  +1 -0      filters/gettext/gettextexport.cpp  
 M  +6 -0      kbabel/Makefile.am  
 M  +1 -0      kbabel/kbabel.cpp  
 M  +1 -1      kbabel/kbabelview.cpp  
 M  +1 -0      kbabel/kbabelview2.cpp  
 M  +4 -0      kbabeldict/Makefile.am  


--- branches/KDE/3.5/kdesdk/kbabel/catalogmanager/Makefile.am #576128:576129
@@ -58,3 +58,7 @@
 
 # this is where the kdelnk file will go
 xdg_apps_DATA = catalogmanager.desktop
+
+catalogmanager.lo: ../common/version.h
+main.o: ../common/version.h
+
--- branches/KDE/3.5/kdesdk/kbabel/common/catalog.cpp #576128:576129
@@ -61,6 +61,7 @@
 #include "findoptions.h"
 #include "catalogview.h"
 #include "editcmd.h"
+#include "kbprojectsettings.h"
 
 #include "resources.h"
 #include "version.h"
--- branches/KDE/3.5/kdesdk/kbabel/common/catalogsettings.cpp #576128:576129
@@ -32,6 +32,7 @@
   your version.
 **************************************************************************** */
 #include "catalogsettings.h"
+#include "kbprojectsettings.h"
 #include <kconfig.h>
 #include <kdebug.h>
 #include <kemailsettings.h>
--- branches/KDE/3.5/kdesdk/kbabel/common/catalogsettings.h #576128:576129
@@ -39,8 +39,6 @@
 #include <qdatetime.h>
 #include <kdemacros.h>
 
-#include "kbprojectsettings.h"
-
 class QTextCodec;
 class QStringList;
 
--- branches/KDE/3.5/kdesdk/kbabel/common/kbmailer.cpp #576128:576129
@@ -45,6 +45,7 @@
 #include <kmessagebox.h>
 #include <ktar.h>
 #include <kurl.h>
+#include <kdebug.h>
 #include <ktempdir.h>
 #include <kinputdialog.h>
 
--- branches/KDE/3.5/kdesdk/kbabel/commonui/Makefile.am #576128:576129
@@ -35,3 +35,6 @@
 kde_servicetypes_DATA = kbabel_validator.desktop kbabel_tool.desktop
 EXTRA_DIST = $(kde_servicetypes_DATA)
 
+context.lo: ../common/kbprojectsettings.h
+projectpref.lo: ../common/kbprojectsettings.h
+projectprefwidgets.lo: ../common/kbprojectsettings.h
--- branches/KDE/3.5/kdesdk/kbabel/commonui/context.cpp #576128:576129
@@ -32,6 +32,7 @@
 **************************************************************************** */
 #include "context.h"
 #include "klisteditor.h"
+#include "kbprojectsettings.h"
 
 #include <qcombobox.h>
 #include <qfileinfo.h>
--- branches/KDE/3.5/kdesdk/kbabel/commonui/projectpref.cpp #576128:576129
@@ -35,6 +35,7 @@
 #include "projectpref.h"
 #include "projectprefwidgets.h"
 #include "diffpreferences.h"
+#include "kbprojectsettings.h"
 
 #include <qlayout.h>
 #include <qwhatsthis.h>
--- branches/KDE/3.5/kdesdk/kbabel/commonui/projectprefwidgets.cpp #576128:576129
@@ -39,6 +39,7 @@
 #include "kbabeldictbox.h"
 #include "toolaction.h"
 #include "cmdedit.h"
+#include "kbprojectsettings.h"
 
 #include <kcombobox.h>
 #include <kdatatool.h>
--- branches/KDE/3.5/kdesdk/kbabel/filters/gettext/Makefile.am #576128:576129
@@ -16,3 +16,5 @@
 
 service_DATA = kbabel_gettext_import.desktop kbabel_gettext_export.desktop
 servicedir = $(kde_servicesdir)
+
+gettextexport.lo: ../../common/kbprojectsettings.h
--- branches/KDE/3.5/kdesdk/kbabel/filters/gettext/gettextexport.cpp #576128:576129
@@ -38,6 +38,7 @@
 #include "catalog.h"
 #include "catalogitem.h"
 #include "catalogsettings.h"
+#include "kbprojectsettings.h"
 
 #include <qfile.h>
 #include <qtextcodec.h>
--- branches/KDE/3.5/kdesdk/kbabel/kbabel/Makefile.am #576128:576129
@@ -84,3 +84,9 @@
 
  # this is where the kdelnk file will go
 xdg_apps_DATA = kbabel.desktop
+
+kbabel.lo: ../common/kbprojectsettings.h ../common/version.h
+kbabelview.lo: ../common/kbprojectsettings.h ../common/version.h
+kbabelview2.lo: ../common/kbprojectsettings.h
+main.o: ../common/version.h
+
--- branches/KDE/3.5/kdesdk/kbabel/kbabel/kbabel.cpp #576128:576129
@@ -36,6 +36,7 @@
 #include "kbabel.h"
 
 #include "kbabelsettings.h"
+#include "kbprojectsettings.h"
 #include "kbabelpref.h"
 #include "projectpref.h"
 #include "kbabelsplash.h"
--- branches/KDE/3.5/kdesdk/kbabel/kbabel/kbabelview.cpp #576128:576129
@@ -37,8 +37,8 @@
 #include "catalogfileplugin.h"
 #include "toolaction.h"
 #include "kbabelsettings.h"
+#include "kbprojectsettings.h"
 
-
 #include <qlayout.h>
 
 #include <qlabel.h>
--- branches/KDE/3.5/kdesdk/kbabel/kbabel/kbabelview2.cpp #576128:576129
@@ -59,6 +59,7 @@
 #include "hidingmsgedit.h"
 #include "roughtransdlg.h"
 #include "kbabelsettings.h"
+#include "kbprojectsettings.h"
 
 #include "resources.h"
 
--- branches/KDE/3.5/kdesdk/kbabel/kbabeldict/Makefile.am #576128:576129
@@ -60,3 +60,7 @@
 
 kde_servicetypes_DATA = kbabeldict_module.desktop
 EXTRA_DIST = $(kde_servicetypes_DATA)
+
+kbabeldictbox.lo: ../common/version.h
+main.o: ../common/version.h
+
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic