qApp->addLibraryPath( qApp->applicationDirPath() );
#else
pixmap = QPixmap( "/usr/share/ananas/designer/locale/designer-splash-"+lang+".png" );
-// qApp->addLibraryPath( "/usr/lib/ananas/" );
+ qApp->addLibraryPath( "/usr/lib/ananas/" );
+ qApp->addLibraryPath( "/usr/lib/ananas/designer/" );
// qApp->setLibraryPaths( QStringList() <<"/usr/lib/ananas/" );
#endif
foreach (QString path, app.libraryPaths())
#SLASH = /
unix {
- target.path = /$(LIBDIR)
+# target.path = /$(LIBDIR)
+ target.path = /$(LIBDIR)/ananas/designer
# lplugin.files = libananasplugin.so
# lplugin.extra = cp -f $(DESTDIR)/libananasplugin.so $(INSTALL_ROOT)$(LIBDIR) || true
lpluginheader.path = /$(INCLUDEDIR)