Correcting plugin names

This commit is contained in:
Jakub Melka
2022-03-13 16:44:01 +01:00
parent d4ee4b890b
commit 91fe02efc5
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import qbs import qbs
Pdf4QtPlugin { Pdf4QtPlugin {
name: "OutputPreviewPlugin.qbs" name: "OutputPreviewPlugin"
files: [ files: [
"*.h", "*.h",
"*.cpp", "*.cpp",

View File

@@ -1,7 +1,7 @@
import qbs import qbs
Pdf4QtPlugin { Pdf4QtPlugin {
name: "RedactPlugin.qbs" name: "RedactPlugin"
files: [ files: [
"*.h", "*.h",
"*.cpp", "*.cpp",

View File

@@ -1,7 +1,7 @@
import qbs import qbs
Pdf4QtPlugin { Pdf4QtPlugin {
name: "SoftProofingPlugin.qbs" name: "SoftProofingPlugin"
files: [ files: [
"*.h", "*.h",
"*.cpp", "*.cpp",