summarylogtreecommitdiffstats
path: root/cutelogger.patch
blob: acfc312e76ce6869ff1f4a599b82f8a8c369e986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CuteLogger/CuteLogger.pro b/CuteLogger/CuteLogger.pro
index a5290b0..146dfb8 100644
--- a/CuteLogger/CuteLogger.pro
+++ b/CuteLogger/CuteLogger.pro
@@ -42,7 +42,7 @@ unix:!symbian {
     maemo5 {
         target.path = /opt/usr/lib
     } else {
-        target.path = $(INSTALL_ROOT)/usr/lib
+        target.path = $$PREFIX/lib
     }
     INSTALLS += target
 }