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

List:       kde-commits
Subject:    kdevelop/parts/trollproject
From:       Alexander Dymo <cloudtemple () mksat ! net>
Date:       2003-07-31 19:48:06
[Download RAW message or body]

CVS commit by dymo: 

applied patch from Andreas Koepfle - fixes libs and dependencies problems when a \
target path specified for static library


  M +3 -3      trollprojectwidget.cpp   1.112


--- kdevelop/parts/trollproject/trollprojectwidget.cpp  #1.111:1.112
@@ -122,5 +122,5 @@ QString SubprojectItem::getSharedLibAddO
     if(configuration.m_destdir!="")
     {
-      tmpPath=downDirs+this->subdir+configuration.m_destdir;
+      tmpPath=downDirs+this->subdir+"/"+configuration.m_destdir;
     }else{
       tmpPath=downDirs+this->getRelativPath()+"/";
@@ -147,5 +147,5 @@ QString SubprojectItem::getApplicationOb
   if(configuration.m_destdir!="")
   {
-    tmpPath=downDirs+this->subdir+configuration.m_destdir;
+    tmpPath=downDirs+this->subdir+"/"+configuration.m_destdir;
   }else{
     tmpPath=downDirs+this->getRelativPath()+"/";
@@ -174,5 +174,5 @@ QString SubprojectItem::getLibAddObject(
     if(configuration.m_destdir!="")
     {
-      tmpPath=downDirs+this->subdir+configuration.m_destdir;
+      tmpPath=downDirs+this->subdir+"/"+configuration.m_destdir;
     }else{
       tmpPath=downDirs+this->getRelativPath()+"/";


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

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