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

List:       kde-commits
Subject:    KDE/kdelibs/kdecore/kernel
From:       Christian Ehrlicher <Ch.Ehrlicher () gmx ! de>
Date:       2007-05-31 21:07:04
Message-ID: 1180645624.912677.26787.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 670249 by chehrlic:

win32 compile++

 M  +3 -3      kstandarddirs.cpp  


--- trunk/KDE/kdelibs/kdecore/kernel/kstandarddirs.cpp #670248:670249
@@ -113,8 +113,8 @@
 
 #ifdef Q_OS_WIN
         QString prefix = getKde4Prefix();
-        QString share         = prefix + "/share";
-        QString kde_moduledir = libdir + QLatin1String("/kde4");
+        QString share         = prefix + QLatin1String("/share");
+        QString kde_moduledir = QLatin1String("lib/kde4");
 
         install["apps"] = share + QLatin1String("/applnk");
         install["config"] = share + QLatin1String("/config");
@@ -159,8 +159,8 @@
         install["xdgdata-apps"] = XDG_APPS_DIR;
         install["xdgdata-dirs"] = XDG_DIRECTORY_DIR;
         install["include"] = INCLUDE_INSTALL_DIR;
+#endif
     }
-#endif
 
 };
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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