summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/resources.prf
Commit message (Collapse)AuthorAgeFilesLines
* fix qmake -project once moreOswald Buddenhagen2010-05-181-0/+1
| | | | | | | | default_pre.prf adds "uic" and "resources" to CONFIG, but not "qt". as a consequence, the former do not find qtPrepareTool(), as nobody includes qt_functions.prf if no qmake spec is loaded. Reviewed-by: joerg
* define qtPrepareTool() function and use it throughoutOswald Buddenhagen2010-05-141-4/+1
| | | | | | | | | | | | | | | the function provides a cross-platform way to determine the exact pathname of our build tools (moc, etc.). use it in our .prf files, so we don't have to rely on qmake's unreliable path separator normalization magic in extra compiler commands, which broke on mingw+sh in silent mode. remove the bootstrap tool path setting from configure, as it is redundant now. Reviewed-by: joerg Task-number: QTBUG-10633
* Long live Qt for S60!axis2009-04-241-0/+31