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/xml/configure.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/xml/configure.json (limited to 'src/xml') diff --git a/src/xml/configure.json b/src/xml/configure.json deleted file mode 100644 index 345eb8544b..0000000000 --- a/src/xml/configure.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "module": "xml", - "depends": [ - "core" - ], - "testDir": "../../config.tests", - - "features": { - "dom": { - "label": "DOM", - "purpose": "Supports the Document Object Model.", - "section": "File I/O", - "output": [ "publicFeature", "feature" ] - } - } -} -- cgit v1.2.3