--- install.pri 2008-04-25 11:09:37.000000000 +0200 +++ install.pri 2008-07-02 20:22:14.000000000 +0200 @@ -14,8 +14,9 @@ # # Location where Edyuk will be installed # - EDYUK_INSTALL_PREFIX = /usr/edyuk - + EDYUK_VER = edyuk-1.0.0_rc2 + EDYUK_INSTALL_PREFIX = /usr/lib/$${EDYUK_VER} + # # Necessary files without which Edyuk can't run # @@ -32,8 +33,8 @@ # Miscanellous files, generally appreciated... ;-) # - misc.files += *.txt - misc.path = $${EDYUK_INSTALL_PREFIX} + #misc.files += *.txt + #misc.path = $${EDYUK_INSTALL_PREFIX} translations.files += translations/*.qm translations.path = $${EDYUK_INSTALL_PREFIX}/translations @@ -50,8 +51,8 @@ INSTALLS += translations \ doc \ qxs \ - templates \ - misc + templates + #misc # # SDK : Edyuk plugin development kit