add QMakeOption::do_cache

... because qmake has it.

Change-Id: Idc2c9f6a041ff1d60d95e8a2ad400f7d41f3d2d2
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Oswald Buddenhagen
2012-06-08 17:56:45 +02:00
parent 8ad7ebbd28
commit 9e60457d59
3 changed files with 5 additions and 0 deletions

View File

@@ -93,6 +93,8 @@ QMakeGlobals::QMakeGlobals()
{
initStatics();
do_cache = true;
#ifdef Q_OS_WIN
dirlist_sep = QLatin1Char(';');
dir_sep = QLatin1Char('\\');