summaryrefslogtreecommitdiff
path: root/src/src.pro
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2011-07-18 20:08:31 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-19 07:49:23 +0200
commit314a68bfbacb390fa7531d17fdc5a9a5f96abab6 (patch)
treea27f029ebc2c1728b089c764eabaeea0accd8135 /src/src.pro
parent2ca901a4178ca74713d1a40363374f424dfedef1 (diff)
downloadqtlocation-314a68bfbacb390fa7531d17fdc5a9a5f96abab6.tar.gz
Compile proj library as a static lib.
Compiling the proj library as a static lib and then linking as necessary improves compile speed as we now only build it once. The proj library is also built with CONFIG+=warn_off which removes a lot of compile warnings from the build output. Change-Id: I1842263d5bd96f8c89d91b25583ce58c79e2b1ff Reviewed-on: http://codereview.qt.nokia.com/1800 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Laing <david.laing@nokia.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index b321da3d..75e0983e 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,3 +1,3 @@
TEMPLATE = subdirs
CONFIG+=ordered
-SUBDIRS += location plugins imports
+SUBDIRS += 3rdparty/proj.pro location plugins imports