mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Fixed different troubles after rebase
1. Fixed QucsLib paths after rebase 2. Fixed transaltions installation root
This commit is contained in:
parent
06dd70e9fc
commit
3090d5d10d
@ -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();
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user