Improving install scripts generation.
authorAndrey Paskal <apaskal@gmail.com>
Sun, 27 Dec 2009 16:57:25 +0000 (19:57 +0300)
committerAndrey Paskal <apaskal@gmail.com>
Sun, 27 Dec 2009 16:57:25 +0000 (19:57 +0300)
src/designer/formdesigner/formdesigner.pro
src/extensions/aextsql/aextsql.pro
src/extensions/service/service.pro
src/extensions/text/text.pro
src/extensions/xml/xml.pro

index f4e63d1..c3690ad 100644 (file)
@@ -13,3 +13,8 @@ LIBS += -lQtDesignerComponents
 
 DESTDIR = ../../../lib
 DLLDESTDIR = ../../../bin
+unix {
+       VERSION         = 1.0.0
+       target.path = /$(LIBDIR)
+       INSTALLS += target
+}
index 3ae0156..4012370 100644 (file)
@@ -24,7 +24,7 @@ win32:DESTDIR = ..
 #win32:DLLDESTDIR      = ..
 
 unix{
-       target.path = $$(LIBDIR)/ananas4 
+       target.path = /$(LIBDIR)/ananas4 
 #      libext.files = libaextsql.so
        INSTALLS += target
 }
index d537305..61a6931 100644 (file)
@@ -22,7 +22,7 @@ LANGUAGE      = C++
 win32:DESTDIR = ..
 
 unix{
-       target.path = $$(LIBDIR)/ananas4
+       target.path = /$(LIBDIR)/ananas4
 #      libext.files = libaextservice.so
         INSTALLS += target
 }
index a80e029..5dcbb03 100644 (file)
@@ -16,7 +16,7 @@ LANGUAGE      = C++
 win32:DESTDIR = ..
 
 unix{
-        target.path = $$(LIBDIR)/ananas4
+        target.path = /$(LIBDIR)/ananas4
 #        libext.files = libaexttext.so
         INSTALLS += target
 }
index 20c18d6..a4d4325 100644 (file)
@@ -22,7 +22,7 @@ LANGUAGE      = C++
 win32:DESTDIR = ..
 
 unix{
-        target.path = $$(LIBDIR)/ananas4
+        target.path = /$(LIBDIR)/ananas4
 #        libext.files = libaextxml.so
         INSTALLS += target
 }