mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
refs #482 Rationalized the copying of files from source tree to build tree.
This commit is contained in:
@@ -321,7 +321,7 @@ namespace BlackGui
|
||||
{
|
||||
QString dirPath = QCoreApplication::applicationDirPath();
|
||||
if (!dirPath.endsWith('/')) dirPath.append('/');
|
||||
dirPath.append("qss");
|
||||
dirPath.append("../qss");
|
||||
return dirPath;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user