summaryrefslogtreecommitdiffstats
path: root/Tools/qmake/configure.pri
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/qmake/configure.pri')
-rw-r--r--Tools/qmake/configure.pri28
1 files changed, 0 insertions, 28 deletions
diff --git a/Tools/qmake/configure.pri b/Tools/qmake/configure.pri
deleted file mode 100644
index 5057f5740..000000000
--- a/Tools/qmake/configure.pri
+++ /dev/null
@@ -1,28 +0,0 @@
-# -------------------------------------------------------------------
-# This file is used by build-webkit to compute the various feature
-# defines, which are then cached in .qmake.cache.
-#
-# See 'Tools/qmake/README' for an overview of the build system
-# -------------------------------------------------------------------
-
-!quick_check {
- load(configure)
- QMAKE_CONFIG_TESTS_DIR = $$PWD/config.tests
-
- CONFIG_TESTS = \
- fontconfig \
- gccdepends \
- glx \
- libpng \
- libjpeg \
- libwebp \
- libXcomposite \
- libXrender \
- libxml2 \
- libxslt \
- libzlib
-
- for(test, CONFIG_TESTS): qtCompileTest($$test)
-}
-
-load(features)