summaryrefslogtreecommitdiffstats
path: root/qmake/generators
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-12-22 13:36:28 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-12-22 13:36:28 (GMT)
commitf5cf5593cb60687034a86faaa4e958428393b0a3 (patch)
treed139510d7b98b0b8a00b17f8d381e1be2de0a923 /qmake/generators
parentc24da6375547e0648beaf0b6d2fb91ff312aacdd (diff)
downloadQt-f5cf5593cb60687034a86faaa4e958428393b0a3.zip
Qt-f5cf5593cb60687034a86faaa4e958428393b0a3.tar.gz
Qt-f5cf5593cb60687034a86faaa4e958428393b0a3.tar.bz2
Changed make sis only require .make.cache if QT_SIS_TARGET is not set.
The .make.cache file contents are ignored if QT_SIS_TARGET environment variable is set, so there is no point in requiring its existence in those cases. Task-number: QTBUG-4617 Reviewed-by: Janne Anttila
Diffstat (limited to 'qmake/generators')
-rw-r--r--qmake/generators/symbian/symmake.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/qmake/generators/symbian/symmake.cpp b/qmake/generators/symbian/symmake.cpp
index 14177b5..ddda848 100644
--- a/qmake/generators/symbian/symmake.cpp
+++ b/qmake/generators/symbian/symmake.cpp
@@ -1764,7 +1764,9 @@ void SymbianMakefileGenerator::writeSisTargets(QTextStream &t)
{
t << SIS_TARGET ": " RESTORE_BUILD_TARGET << endl;
QString siscommand = QString("\t$(if $(wildcard %1_template.%2),$(if $(wildcard %3)," \
- "$(MAKE) -s -f $(MAKEFILE) %4,$(MAKE) -s -f $(MAKEFILE) %5)," \
+ "$(MAKE) -s -f $(MAKEFILE) %4," \
+ "$(if $(QT_SIS_TARGET),$(MAKE) -s -f $(MAKEFILE) %4," \
+ "$(MAKE) -s -f $(MAKEFILE) %5))," \
"$(MAKE) -s -f $(MAKEFILE) %6)")
.arg(fixedTarget)
.arg("pkg")
@@ -1789,7 +1791,7 @@ void SymbianMakefileGenerator::writeSisTargets(QTextStream &t)
t << endl;
t << FAIL_SIS_NOCACHE_TARGET ":" << endl;
- t << "\t$(error Project has to be build before calling 'SIS' target)" << endl;
+ t << "\t$(error Project has to be built or QT_SIS_TARGET environment variable has to be set before calling 'SIS' target)" << endl;
t << endl;
ption value='bug_5f71353740'>bug_5f71353740 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * generic/tclBasic.c (ExprSrandFunc): Restore acceptance of wide/bigdgp2006-05-043-8/+23
* * changes: Updates for another RC.core_8_5_a4dgp2006-04-262-4/+22
* * generic/tclBinary.c: Revised the handling of the Q and q formatdgp2006-04-264-12/+88
* * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-265-60/+101
* * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-252-38/+29
* * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-255-102/+120
* correct ChangeLog to reflect 2006-04-19 commit ofKevin B Kenny2006-04-241-0/+4
* fix for Martin Lemburg's DST conversion bug.Kevin B Kenny2006-04-194-9/+93
* more fine-tuning of the revised docsdgp2006-04-181-14/+11
* formatting fixes and note change that ::tcl_precision is now per-threaddgp2006-04-181-2/+11
* Minor fixes post-review.dkf2006-04-182-5/+13
* * doc/IntObj.3: Documentation changes to account for TIP 237 changes.dgp2006-04-173-70/+102
* typodgp2006-04-131-2/+2
* Fix [1376892]dkf2006-04-122-60/+143
* fix make html errorsdas2006-04-123-8/+8
* cosmetic fix to 'install' targetsdas2006-04-121-1/+3
* * generic/tclTrace.c: Stop some interference between enter tracesdgp2006-04-113-5/+53
* typosdas2006-04-111-2/+2
* move tagdgp2006-04-071-2/+2
* * generic/tclPathObj.c: Yet another revised fix for the [Bug 1379287]dgp2006-04-073-5/+37
* * generic/tclRegexp.c (FinalizeRegexp): full reset data tohobbs2006-04-072-6/+17
* * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seemsdgp2006-04-064-7/+17
* * tests/compExpr-old.test: Updated testmathfunctions constraintdgp2006-04-068-16/+27
* * generic/tclPathObj.c: Revised fix for the [Bug 1379287] familydgp2006-04-062-30/+24
* * unix/tcl.m4: removed TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKINGdas2006-04-064-12/+8
* fix to compile problemsvincentdarley2006-04-051-3/+3
* * library/reg/pkgIndex.tcl: Bump to registry 1.2 becausedgp2006-04-05