Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 cutesib (0.1.1-1) unstable; urgency=low
 .
   * Initial release
Author: Kirill Kulakov <kulakov@cs.karelia.ru>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- cutesib-0.1.1.orig/AccessPointInterface/AccessPointInterface.pro
+++ cutesib-0.1.1/AccessPointInterface/AccessPointInterface.pro
@@ -33,6 +33,6 @@ HEADERS += accesspointinterface.h\
     request.h
 
 unix {
-    target.path = /usr/lib
+    target.path = $$[QT_INSTALL_LIBS]
     INSTALLS += target
 }
--- cutesib-0.1.1.orig/CuteSIB/CuteSIB.pro
+++ cutesib-0.1.1/CuteSIB/CuteSIB.pro
@@ -31,16 +31,7 @@ unix {
 # Now path configured for unix/linux
 CONFIG(release, debug|release) {
 
-    XDG_CONFIG_DIRS = $$(XDG_CONFIG_DIRS)
-    !isEmpty(XDG_CONFIG_DIRS) {
-        SIB_CONFIG_PATH = $$(XDG_CONFIG_DIRS)
-        SIB_CONFIG_PATH = $$split(SIB_CONFIG_PATH, :)
-        SIB_CONFIG_PATH = $$first(SIB_CONFIG_PATH)
-        SIB_CONFIG_PATH = $$SIB_CONFIG_PATH/$$TARGET
-
-    } else {
-        SIB_CONFIG_PATH = /etc
-    }
+    SIB_CONFIG_PATH = /etc
 
     message(Installing path for config: $$SIB_CONFIG_PATH)
 
--- cutesib-0.1.1.orig/DiscoveryAccessPoint/DiscoveryAccessPoint.pro
+++ cutesib-0.1.1/DiscoveryAccessPoint/DiscoveryAccessPoint.pro
@@ -38,7 +38,7 @@ HEADERS += discoveryaccesspoint.h\
         discoveryaccesspoint_global.h
 
 unix {
-    target.path = /usr/lib
+    target.path = $$[QT_INSTALL_LIBS]
     INSTALLS += target
 }
 
--- cutesib-0.1.1.orig/TcpAccessPoint/TcpAccessPoint.pro
+++ cutesib-0.1.1/TcpAccessPoint/TcpAccessPoint.pro
@@ -41,7 +41,7 @@ HEADERS += tcpaccesspoint.h\
     tcpclient.h
 
 unix {
-    target.path = /usr/lib
+    target.path = $$[QT_INSTALL_LIBS]
     INSTALLS += target
 }
 
