equal
deleted
inserted
replaced
667 CFG_FONTCONFIG=auto |
667 CFG_FONTCONFIG=auto |
668 CFG_QWS_FREETYPE=no |
668 CFG_QWS_FREETYPE=no |
669 CFG_LIBFREETYPE=no |
669 CFG_LIBFREETYPE=no |
670 CFG_SQL_AVAILABLE= |
670 CFG_SQL_AVAILABLE= |
671 QT_DEFAULT_BUILD_PARTS="libs tools examples demos docs translations" |
671 QT_DEFAULT_BUILD_PARTS="libs tools examples demos docs translations" |
672 #QTP change for lRelease app. Need for Symbian |
672 CFG_BUILD_PARTS="" |
673 CFG_BUILD_PARTS="translations" |
|
674 CFG_NOBUILD_PARTS="" |
673 CFG_NOBUILD_PARTS="" |
675 CFG_RELEASE_QMAKE=no |
674 CFG_RELEASE_QMAKE=no |
676 CFG_PHONON=yes |
675 CFG_PHONON=yes |
677 CFG_PHONON_BACKEND=yes |
676 CFG_PHONON_BACKEND=yes |
678 CFG_MULTIMEDIA=yes |
677 CFG_MULTIMEDIA=yes |
7558 PART_ROOTS= |
7557 PART_ROOTS= |
7559 for part in $CFG_BUILD_PARTS; do |
7558 for part in $CFG_BUILD_PARTS; do |
7560 case "$part" in |
7559 case "$part" in |
7561 tools) PART_ROOTS="$PART_ROOTS tools" ;; |
7560 tools) PART_ROOTS="$PART_ROOTS tools" ;; |
7562 libs) PART_ROOTS="$PART_ROOTS src" ;; |
7561 libs) PART_ROOTS="$PART_ROOTS src" ;; |
7563 translations) PART_ROOTS="$PART_ROOTS tools/linguist/lrelease" ;; |
7562 translations) PART_ROOTS="$PART_ROOTS tools/linguist/lrelease translations" ;; |
7564 examples) PART_ROOTS="$PART_ROOTS examples demos" ;; |
7563 examples) PART_ROOTS="$PART_ROOTS examples demos" ;; |
7565 *) ;; |
7564 *) ;; |
7566 esac |
7565 esac |
7567 done |
7566 done |
7568 |
7567 |