Add RC files.
This commit is contained in:
parent
746b30c341
commit
f4113dbd9c
|
@ -262,4 +262,10 @@ VToolApp {
|
|||
qbs.install: true
|
||||
qbs.installDir: buildconfig.installDataPath + FileInfo.pathSeparator() + "translations"
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Puzzle RC"
|
||||
prefix: FileInfo.joinPaths(product.sourceDirectory, "share", "resources", FileInfo.pathSeparator())
|
||||
files: "puzzle.rc"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -206,4 +206,10 @@ VToolApp {
|
|||
return buildconfig.installDataPath + FileInfo.pathSeparator();
|
||||
}
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Tape RC"
|
||||
prefix: FileInfo.joinPaths(product.sourceDirectory, "share", "resources", FileInfo.pathSeparator())
|
||||
files: "tape.rc"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -292,4 +292,10 @@ VToolApp {
|
|||
qbs.install: true
|
||||
qbs.installDir: buildconfig.installDataPath + FileInfo.pathSeparator() + "translations"
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Valentina RC"
|
||||
prefix: FileInfo.joinPaths(product.sourceDirectory, "share", "resources", FileInfo.pathSeparator())
|
||||
files: "valentina.rc"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user