Change CONFIG += staticlib to CONFIG += static
authorThiago Macieira <thiago.macieira@intel.com>
Tue, 29 May 2012 16:52:01 +0000 (18:52 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 11 Jul 2012 21:55:51 +0000 (23:55 +0200)
That's the targetted, correct way of defining a static library.

Change-Id: I3a255dd1df213a470a36242869dd35a4bc283044
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
src/designer/src/uitools/uitools.pro

index 830f57b..7b3fdf2 100644 (file)
@@ -1,7 +1,7 @@
 load(qt_build_config)
 
 TARGET = QtUiTools
-CONFIG += staticlib
+CONFIG += static
 QT = core
 
 load(qt_module_config)