mirror of
				https://github.com/JakubMelka/PDF4QT.git
				synced 2025-06-05 21:59:17 +02:00 
			
		
		
		
	QBS build fix
This commit is contained in:
		@@ -21,6 +21,7 @@ Project {
 | 
			
		||||
                   "Pdf4QtViewerPlugins/OutputPreviewPlugin/OutputPreviewPlugin.qbs",
 | 
			
		||||
                   "Pdf4QtViewerPlugins/RedactPlugin/RedactPlugin.qbs",
 | 
			
		||||
                   "Pdf4QtViewerPlugins/SoftProofingPlugin/SoftProofingPlugin.qbs",
 | 
			
		||||
				   "Pdf4QtViewerPlugins/SignaturePlugin/SignaturePlugin.qbs",
 | 
			
		||||
                ];
 | 
			
		||||
        ref.push(conan.generatedFilesPath + "/conanbuildinfo.qbs");
 | 
			
		||||
        return ref;
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ import qbs
 | 
			
		||||
 | 
			
		||||
Pdf4QtLibrary {
 | 
			
		||||
    name: "Pdf4QtLib"
 | 
			
		||||
    Depends { name: "Qt"; submodules: ["core", "gui", "widgets", "xml"] }
 | 
			
		||||
    Depends { name: "Qt"; submodules: ["core", "gui", "widgets", "xml", "svg"] }
 | 
			
		||||
    Depends { name: "openssl" }
 | 
			
		||||
    Depends { name: "freetype" }
 | 
			
		||||
    Depends { name: "libjpeg" }
 | 
			
		||||
@@ -33,7 +33,7 @@ Pdf4QtLibrary {
 | 
			
		||||
    ]
 | 
			
		||||
    Export {
 | 
			
		||||
        Depends { name: "cpp" }
 | 
			
		||||
        Depends { name: "Qt"; submodules: ["core", "gui", "widgets", "xml"] }
 | 
			
		||||
        Depends { name: "Qt"; submodules: ["core", "gui", "widgets", "xml", "svg"] }
 | 
			
		||||
        cpp.includePaths: ["sources"]
 | 
			
		||||
        Depends { name: "openssl" }
 | 
			
		||||
        Depends { name: "freetype" }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user