summaryrefslogtreecommitdiffstats
path: root/tools/qmake/mkspecs/features/configure.prf
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-07-09 15:58:28 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-07-19 17:26:59 +0000
commit7996d21d0cc7083ff797f74d75c540fb4c144694 (patch)
treecc09e1fc606e65818245c75507d2e39bec9d44f4 /tools/qmake/mkspecs/features/configure.prf
parent8cc53c3c6002d6553d00d39d9371b07657530465 (diff)
Use system libsrtp if available
Adds configure check and configures chromium to use system libsrtp if available. Change-Id: I134c50e1179bfb6acf01347456f8be26f27bf559 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tools/qmake/mkspecs/features/configure.prf')
-rw-r--r--tools/qmake/mkspecs/features/configure.prf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qmake/mkspecs/features/configure.prf b/tools/qmake/mkspecs/features/configure.prf
index 644f90a61..85c3d4634 100644
--- a/tools/qmake/mkspecs/features/configure.prf
+++ b/tools/qmake/mkspecs/features/configure.prf
@@ -41,6 +41,8 @@ defineTest(runConfigure) {
}
packagesExist("\'vpx >= 1.4\'"): WEBENGINE_CONFIG += config_system_vpx
else: log("System vpx >= 1.4 not found. Using Chromium's copy.$${EOL}")
+ config_srtp: WEBENGINE_CONFIG += config_system_libsrtp
+ else: log("System libsrtp not found. Using Chromium's copy.$${EOL}")
}
isEmpty(skipBuildReason): {