summaryrefslogtreecommitdiff
path: root/src/3rdparty
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2017-02-23 19:05:47 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2017-02-24 15:50:14 +0000
commitc54ee74acdb9757989004005baf79e99be4c9417 (patch)
treefc7ffd52d63eb34c936df961fb7ece5f8a74e151 /src/3rdparty
parent11714b973304827e2893953d7c55a23e15e678f5 (diff)
downloadqtlocation-c54ee74acdb9757989004005baf79e99be4c9417.tar.gz
Better dependency tracking when building 3rdparty modules
Make the component using the 3rdparty module depend directly on the module instead of depending on the 3rdparty directory as a whole. This will speedup compiling time when doing parallel builds and make build more consistent when building only selected pieces of QtLocation. Task-number: QTBUG-58943 Change-Id: I95b5ef8302109fb0c5fad760027a7a53d021bfa4 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/3rdparty.pro20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/3rdparty/3rdparty.pro b/src/3rdparty/3rdparty.pro
deleted file mode 100644
index efdd8e51..00000000
--- a/src/3rdparty/3rdparty.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS += poly2tri
-SUBDIRS += clipper
-SUBDIRS += clip2tri
-
-qtHaveModule(opengl) {
- linux|android: {
- equals(QT_GCC_MAJOR_VERSION, 4): greaterThan(QT_GCC_MINOR_VERSION, 8) {
- SUBDIRS += mapbox-gl-native
- }
-
- greaterThan(QT_GCC_MAJOR_VERSION, 4) {
- SUBDIRS += mapbox-gl-native
- }
- }
-
- ios|macos: {
- SUBDIRS += mapbox-gl-native
- }
-}