Changed install instructions
authorAndrey Paskal <app@xps.(none)>
Mon, 27 Apr 2009 13:59:59 +0000 (17:59 +0400)
committerAndrey Paskal <app@xps.(none)>
Mon, 27 Apr 2009 13:59:59 +0000 (17:59 +0400)
src/admin/admin.pro
src/ananas/ananas.pro
src/designer/designer.pro
src/extensions/meta/meta.pro
src/extensions/te/te.pro
src/extensions/text/text.pro
src/extensions/xml/xml.pro
src/lib/lib.pro
src/plugins/plugins.pro

index 6276148..a2d06e4 100644 (file)
@@ -56,4 +56,16 @@ RESOURCES +=admin.qrc
 TRANSLATIONS = \
     ../../translations/ananas-administrator-en.ts \
     ../../translations/ananas-administrator-ru.ts 
+
+
+unix {
+        aadmin.path = $(BINDIR)
+        aadmin.files = ananas4-administrator
+        aadmin.extra = cp -df ananas4-administrator $(INSTALL_ROOT)$(BINDIR)
+     }
+
+INSTALLS += aadmin
+
+
+
        
index 0571384..612e70c 100644 (file)
@@ -43,4 +43,4 @@ win32{
 #    ananas.extra = CALL create_base.bat
 }    
 
-#INSTALLS += ananas
+INSTALLS += ananas
index ca9006f..f1dd5b3 100644 (file)
@@ -178,5 +178,5 @@ unix {
 #      acfg.files= testwrite.cfg
      } 
 
-#INSTALLS += adesigner
+INSTALLS += adesigner
 
index 6a84db6..16005e4 100644 (file)
@@ -13,4 +13,11 @@ LIBS += -L../../../lib -lananas4
 CONFIG         += plugin
 INCLUDEPATH    += ../../lib 
 LANGUAGE       = C++
-DESTDIR                = ..
+win32:DESTDIR = ..
+
+unix{
+        libmeta.path = $(LIBDIR)/ananas
+        libmeta.files = libaext_meta.so
+        INSTALLS += libmeta
+}
+
index ffca994..9a41466 100644 (file)
@@ -23,5 +23,11 @@ win32 {
 #    LIBS += -L/src/tradeequip/lib -ltradeequip
 }
 
-DESTDIR                = ..
-#win32:DLLDESTDIR      = ..
+win32:DESTDIR = ..
+
+unix{
+        libext.path = $(LIBDIR)/ananas
+        libext.files = libaextte.so
+        INSTALLS += libext
+}
+
index 6b017e3..4434b81 100644 (file)
@@ -13,5 +13,11 @@ CONFIG       += plugin
 LIBS   += -L../../../lib -lananas4
 INCLUDEPATH    += ../../lib 
 LANGUAGE       = C++
-DESTDIR                = ..
-#win32:DLLDESTDIR      = ..
+win32:DESTDIR = ..
+
+unix{
+        libext.path = $(LIBDIR)/ananas
+        libext.files = libaexttext.so
+        INSTALLS += libext
+}
+
index 5048820..74760f4 100644 (file)
@@ -19,5 +19,11 @@ INCLUDEPATH  += ../../lib
 LIBS   += -L../../../lib -lananas4
 
 LANGUAGE       = C++
-DESTDIR     = ..
-#win32:DLLDESTDIR      = ..
+win32:DESTDIR = ..
+
+unix{
+        libext.path = $(LIBDIR)/ananas
+        libext.files = libaextxml.so
+        INSTALLS += libext
+}
+
index 209ff48..ae34c30 100644 (file)
@@ -119,9 +119,9 @@ win32 {
 #    alibheader.files += tmp\ui\*h
       }
 
-#INSTALLS += alib
+INSTALLS += alib
 unix{
-#    INSTALLS += alibheader
+    INSTALLS += alibheader
 }
 
 include(metadata/metadata.pri)
index 16b9581..7acab6a 100644 (file)
@@ -66,9 +66,9 @@ win32 {
     lplugin.extra = copy ananasplugin4.* $(QTDIR)\lib
 }  
 
-#INSTALLS += lplugin 
+INSTALLS += lplugin 
 unix{
-#    INSTALLS += lpluginheader
+    INSTALLS += lpluginheader
 }
 
 include ( actionbutton/actionbutton.pri )