--- bsc.pro.orig 2008-09-19 10:11:58.000000000 +0400 +++ bsc.pro 2009-06-20 14:00:11.000000000 +0400 @@ -104,3 +104,15 @@ QBtWorkedThread.h \ QBtWorkspace.h RESOURCES = bsc.qrc +VERSION = 4.1.0 +QMAKE_CLEAN += bsc +TARGET = bsc +target.path += /usr/bin/ +#TRANSLATIONS = bsc_ru.ts +#translations.files += *.qm +#translations.path += $$[QT_INSTALL_TRANSLATIONS] +desktop.files += bsc.desktop +desktop.path += /usr/share/applications +icon.files += BeesoftCommander.png +icon.path += /usr/share/pixmaps +INSTALLS += target desktop icon