unix {
- target.path = $(BINDIR)
+ target.path = /$(BINDIR)
# aadmin.files = ananas4-administrator
# aadmin.extra = cp -df ananas4-administrator $(INSTALL_ROOT)$(BINDIR)
}
../../translations/ananas-engine-ru.ts
unix {
- target.path = $(BINDIR)
+ target.path = /$(BINDIR)
# ananas.files = ananas4
}
win32{
../../translations/ananas-designer-ru.ts
unix {
- target.path = $$(BINDIR)
+ target.path = /$(BINDIR)
# adesigner.files = ananas-designer
# acfg.path = /etc/ananas
# acfg.files= testwrite.cfg
TARGET = qtscriptedit
#DEFINES += Q_SCRIPTDEBUG_BUILD_LIB
include(editor.pri)
+unix:VERSION = 1.0.0
+unix:target.path = /$(LIBDIR)
+unix:INSTALLS += target
#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
}