From 7155e4f62060c3d9f36e748135bd57776f40b4b2 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 16 Jun 2021 11:18:34 +0200 Subject: Remove old configure-related files Remove the configure.json and configure.pri files that were used for the qmake-based configure. Remove the .prev_*.cmake files that were a by-product of configurejson2cmake.py. Pick-to: 6.2 Task-number: QTBUG-89536 Change-Id: Ie827562f7fd2513d59f69234d77b8b93124ea78e Reviewed-by: Alexandru Croitor --- src/printsupport/configure.json | 102 ---------------------------------------- 1 file changed, 102 deletions(-) delete mode 100644 src/printsupport/configure.json (limited to 'src/printsupport') diff --git a/src/printsupport/configure.json b/src/printsupport/configure.json deleted file mode 100644 index 9bd85b0707..0000000000 --- a/src/printsupport/configure.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "module": "printsupport", - "depends": [ - "core", - "gui", - "widgets" - ], - "testDir": "../../config.tests", - - "commandline": { - "options": { - "cups": "boolean" - } - }, - - "libraries": { - "cups": { - "label": "CUPS", - "test": { - "main": "cupsGetNamedDest(CUPS_HTTP_DEFAULT, NULL, NULL); // CUPS 1.4 test" - }, - "headers": "cups/cups.h", - "sources": [ - "-lcups" - ] - } - }, - - "features": { - "cups": { - "label": "CUPS", - "purpose": "Provides support for the Common Unix Printing System.", - "section": "Painting", - "condition": "libs.cups && features.printer && features.datestring", - "output": [ "privateFeature", "feature" ] - }, - "cupsjobwidget": { - "label": "CUPS job control widget", - "section": "Widgets", - "condition": [ - "features.buttongroup", - "features.calendarwidget", - "features.checkbox", - "features.combobox", - "features.cups", - "features.datetimeedit", - "features.groupbox", - "features.tablewidget" - ], - "output": [ "privateFeature", "feature" ] - }, - "printer": { - "label": "QPrinter", - "purpose": "Provides a printer backend of QPainter.", - "section": "Painting", - "condition": "!config.uikit && features.picture && features.temporaryfile && features.pdf", - "output": [ "publicFeature", "feature" ] - }, - "printpreviewwidget": { - "label": "QPrintPreviewWidget", - "purpose": "Provides a widget for previewing page layouts for printer output.", - "section": "Widgets", - "condition": "features.graphicsview && features.printer && features.mainwindow", - "output": [ "publicFeature", "feature" ] - }, - "printdialog": { - "label": "QPrintDialog", - "purpose": "Provides a dialog widget for specifying printer configuration.", - "section": "Dialogs", - "condition": [ - "features.buttongroup", - "features.checkbox", - "features.combobox", - "features.dialog", - "features.datetimeedit", - "features.dialogbuttonbox", - "features.printer", - "features.radiobutton", - "features.spinbox", - "features.tabwidget", - "features.treeview" - ], - "output": [ "publicFeature", "feature" ] - }, - "printpreviewdialog": { - "label": "QPrintPreviewDialog", - "purpose": "Provides a dialog for previewing and configuring page layouts for printer output.", - "section": "Dialogs", - "condition": "features.printpreviewwidget && features.printdialog && features.toolbar && features.formlayout", - "output": [ "publicFeature", "feature" ] - } - }, - - "summary": [ - { - "section": "Qt PrintSupport", - "entries": [ - "cups" - ] - } - ] -} -- cgit v1.2.3