Fixed different troubles after rebase

1. Fixed QucsLib paths after rebase
2. Fixed transaltions installation root
This commit is contained in:
Vadim Kuznetzov 2016-07-22 15:36:58 +03:00
parent 06dd70e9fc
commit 3090d5d10d
2 changed files with 3 additions and 3 deletions

View File

@ -110,8 +110,8 @@ int main(int argc, char *argv[])
QucsDir = QDir(QucsApplicationPath);
QucsDir.cdUp();
#endif
QucsSettings.LangDir = QucsDir.canonicalPath() + "/share/qucs/lang/";
QucsSettings.LibDir = QucsDir.canonicalPath() + "/share/qucs/library/";
QucsSettings.LangDir = QucsDir.canonicalPath() + "/share/" QUCS_NAME "/lang/";
QucsSettings.LibDir = QucsDir.canonicalPath() + "/share/" QUCS_NAME "/library/";
}
loadSettings();

View File

@ -33,7 +33,7 @@ ENDIF (UPDATE_TRANSLATIONS)
#
# install tranlations
INSTALL( FILES ${QM_FILES} DESTINATION share/qucs/lang)
INSTALL( FILES ${QM_FILES} DESTINATION share/${QUCS_NAME}/lang)
# prevent the generated files from being deleted during make clean
#set_directory_properties(PROPERTIES CLEAN_NO_CUSTOM true)