Use Windows color profiles

This commit is contained in:
Jakub Melka
2021-07-19 20:04:45 +02:00
parent f7d7902aa9
commit fc44fc1658
3 changed files with 34 additions and 5 deletions

View File

@ -2107,7 +2107,6 @@ void PDFProgramController::onActionDeveloperCreateInstaller()
// CoreLib package
addStartMenuShortcut("pdf4qt_framework", "maintenancetool", tr("PDF4QT Maintenance Tool"));
addComponentMeta("pdf4qt_framework", tr("Framework (Core libraries)"), tr("Framework libraries and other data files required to run all other programs."), pdf::PDF_LIBRARY_VERSION, "pdf4qt_framework", true, true, true);
addDirectoryContent("pdf4qt_framework", "colorprofiles");
addDirectoryContent("pdf4qt_framework", "iconengines");
addDirectoryContent("pdf4qt_framework", "imageformats");
addDirectoryContent("pdf4qt_framework", "platforms");