Продолжаем бороться с qmake
authorAndrey Paskal <apaskal@gmail.com>
Sun, 27 Dec 2009 15:29:46 +0000 (18:29 +0300)
committerAndrey Paskal <apaskal@gmail.com>
Sun, 27 Dec 2009 15:29:46 +0000 (18:29 +0300)
src/admin/admin.pro
src/ananas/ananas.pro
src/designer/designer.pro
src/editor/editor.pro
src/plugins/plugins.pro

index 040718c..dd15806 100644 (file)
@@ -61,7 +61,7 @@ TRANSLATIONS = \
 
 
 unix {
-        target.path = $(BINDIR)
+        target.path = /$(BINDIR)
 #        aadmin.files = ananas4-administrator
 #        aadmin.extra = cp -df ananas4-administrator $(INSTALL_ROOT)$(BINDIR)
      }
index f7cbea4..7a466a6 100644 (file)
@@ -38,7 +38,7 @@ TRANSLATIONS = \
     ../../translations/ananas-engine-ru.ts 
     
 unix {
-    target.path = $(BINDIR)
+    target.path = /$(BINDIR)
 #    ananas.files = ananas4
 }
 win32{
index 0bc54af..554a054 100644 (file)
@@ -174,7 +174,7 @@ TRANSLATIONS = \
     ../../translations/ananas-designer-ru.ts 
 
 unix {
-       target.path = $$(BINDIR)
+       target.path = /$(BINDIR)
 #      adesigner.files = ananas-designer
 #      acfg.path = /etc/ananas
 #      acfg.files= testwrite.cfg
index 285c49a..74a30f5 100644 (file)
@@ -3,3 +3,6 @@ TEMPLATE = lib
 TARGET = qtscriptedit
 #DEFINES += Q_SCRIPTDEBUG_BUILD_LIB
 include(editor.pri)
+unix:VERSION   = 1.0.0
+unix:target.path = /$(LIBDIR)
+unix:INSTALLS += target
index 712a0df..92e2c45 100644 (file)
@@ -54,10 +54,10 @@ TRANSLATIONS = \
 
 #SLASH = /
 unix {
-    target.path = $(LIBDIR)
+    target.path = /$(LIBDIR)
 #    lplugin.files = libananasplugin4.so
 #    lplugin.extra = cp -f $(DESTDIR)/libananasplugin4.so $(INSTALL_ROOT)$(LIBDIR) || true
-    lpluginheader.path = $(INCLUDEDIR)
+    lpluginheader.path = /$(INCLUDEDIR)
     lpluginheader.files = $$HEADERS
 }