summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-05-29 18:40:31 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-28 17:15:17 +0200
commit4cf993c3ac60717a8a803c550b58ef63c0defa39 (patch)
tree22db426c557ef69a8a6d512cde572062ea984c2e /src/tools
parentec12d11892bb819e66cf27fdf4feebf27ede79c2 (diff)
Change CONFIG += staticlib to CONFIG += static
That's the targetted, correct way of defining a static library. Change-Id: I43c23bf7e1bc5fb07bbb55720a320eaca680b038 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/bootstrap/bootstrap.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro
index 63314540b3..3aa9bebe30 100644
--- a/src/tools/bootstrap/bootstrap.pro
+++ b/src/tools/bootstrap/bootstrap.pro
@@ -1,7 +1,7 @@
option(host_build)
TEMPLATE = lib
TARGET = bootstrap
-CONFIG += staticlib
+CONFIG += static
CONFIG += console qtinc
CONFIG -= qt