Make QtCompositor.so compile with pkg-config as a default
authorJørgen <jorgen.lind@nokia.com>
Tue, 27 Dec 2011 09:52:48 +0000 (10:52 +0100)
committerAndy Nichols <andy.nichols@nokia.com>
Fri, 30 Dec 2011 11:53:09 +0000 (12:53 +0100)
Change-Id: Ibf599e66a6172e4fedbb41be4e179f43ce21d5c2
Reviewed-by: Andy Nichols <andy.nichols@nokia.com>
src/compositor/compositor.pro

index 850e350..7125417 100644 (file)
@@ -3,6 +3,9 @@ load(qt_module)
 TARGET  = QtCompositor
 QPRO_PWD   = $$PWD
 
+# comment out the following to not use pkg-config in the pri files
+CONFIG += use_pkgconfig
+
 include (compositor.pri)
 load(qt_module_config)