From 4bfdabd8440ae71bba93bac59b23b363c0a56b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 9 Feb 2009 08:37:45 +0000 Subject: [PATCH] Readded missing qmake.cache file git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@27 fdac6126-5c0c-442c-9429-916003d36597 --- .qmake.cache | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .qmake.cache diff --git a/.qmake.cache b/.qmake.cache new file mode 100644 index 00000000..66ceb488 --- /dev/null +++ b/.qmake.cache @@ -0,0 +1,15 @@ +unix { + TOPDIR = $$system( pwd )/../ +} + +win32 { + TOPDIR = $$system( cd )/../ +} + +#use next qmake.cache if it exists +exists(../.qmake.cache) { + include( ../.qmake.cache ) +} + +include( qmake/all.include ) +