mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-28 18:54:33 +00:00
fix tr pathes
This commit is contained in:
parent
10c25f9d51
commit
af26a37a45
@ -118,6 +118,7 @@ bool MetaFileManager::createQConf() {
|
||||
"Libraries= ." + DeployCore::_config->distroStruct.getLibOutDir() + "\n"
|
||||
"Plugins= ." + DeployCore::_config->distroStruct.getPluginsOutDir() + "\n"
|
||||
"Imports= ." + DeployCore::_config->distroStruct.getQmlOutDir() + "\n"
|
||||
"Translations= ." + DeployCore::_config->distroStruct.getTrOutDir() + "\n"
|
||||
"Qml2Imports= ." + DeployCore::_config->distroStruct.getQmlOutDir() + "\n";
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user