aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-08-24 23:52:04 +0200
committerKurt Pattyn <pattyn.kurt@gmail.com>2013-08-24 23:52:04 +0200
commit6f92ce0f10e645fefb0447e6112b564903b8758e (patch)
tree77a7145afbf36905046790c0f4fc9208c563a87c
parentea9ec768a88dad43ec9dc41556daf412ac41305e (diff)
Added cache() command at start of .pro file to avoid qmake warnings in OS X
-rw-r--r--examples/examples.pro1
-rw-r--r--test/unittests.pro1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index bb960a8..b350436 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,3 +1,4 @@
+cache()
TEMPLATE = subdirs
SUBDIRS = echoclient \
diff --git a/test/unittests.pro b/test/unittests.pro
index 00627fb..8e38115 100644
--- a/test/unittests.pro
+++ b/test/unittests.pro
@@ -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