Added cache() command at start of .pro file to avoid qmake warnings in OS X
authorKurt Pattyn <pattyn.kurt@gmail.com>
Sat, 24 Aug 2013 21:52:04 +0000 (23:52 +0200)
committerKurt Pattyn <pattyn.kurt@gmail.com>
Sat, 24 Aug 2013 21:52:04 +0000 (23:52 +0200)
examples/examples.pro
test/unittests.pro

index bb960a8..b350436 100644 (file)
@@ -1,3 +1,4 @@
+cache()
 TEMPLATE = subdirs
 
 SUBDIRS =      echoclient \
index 00627fb..8e38115 100644 (file)
@@ -1,3 +1,4 @@
+cache()
 # Determine the platform: if using a cross-compiler -> add it to the config flags.
 !contains(QMAKE_CXX, g++) {
                CONFIG += embedded