From 081aa7b760986092377be7f62cac3bdee7400874 Mon Sep 17 00:00:00 2001
From: "Javier S. Pedro" <maemo@javispedro.com>
Date: Wed, 8 Aug 2012 16:44:07 +0200
Subject: more cleanup fixes

---
 sysinfowatchlet/sysinfowatchlet.pro | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

(limited to 'sysinfowatchlet')

diff --git a/sysinfowatchlet/sysinfowatchlet.pro b/sysinfowatchlet/sysinfowatchlet.pro
index 70fd3f7..3b3087b 100644
--- a/sysinfowatchlet/sysinfowatchlet.pro
+++ b/sysinfowatchlet/sysinfowatchlet.pro
@@ -17,10 +17,7 @@ HEADERS += sysinfoplugin.h sysinfowatchlet.h
 
 qml_files.files = metawatch-digital.qml icon.png
 
-win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/release/ -lsowatch
-else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/debug/ -lsowatch
-else:symbian: LIBS += -lsowatch
-else:unix: LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch
+LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch
 
 INCLUDEPATH += $$PWD/../libsowatch
 DEPENDPATH += $$PWD/../libsowatch
-- 
cgit v1.2.3