summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/uic.prf
Commit message (Collapse)AuthorAgeFilesLines
* general wording change for some file type namesFrederik Schwarzer2009-07-061-1/+1
| | | | | | | | | | | - .ts file -> TS file - .qm file -> QM file - .ui file -> UI file + a handfull of typos I stumbled over Merge-request: 802 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* do not add UI_DIR to INCLUDEPATH if no FORMS are usedOswald Buddenhagen2009-04-201-4/+6
| | | | Reviewed-by: mariusSO
* make shadow builds with default moc/ui dirs work againOswald Buddenhagen2009-04-071-0/+7
| | | | | | | | | | | | | | | append the source dir to the include path, but only after the dirs with the generated files. this seems to have worked before only accidentally: the unqualified default dirs were expanded to the source dir instead of the build dir, but the build dir is added implicitly by default, so things magically worked. now that we qualify the moc/ui dirs, projects relying on the strange side effect suddenly break. we should probably add the source dir to the include path by default, but this coupling to uic/moc is closer to the historical behavior and thus should be safer. Reviewed-by: mariusSO
* some more quoting for qmake ...Oswald Buddenhagen2009-04-021-1/+1
| | | | sometimes, even two reviews are not enough ...
* re-apply improved version of 3aff9113a9702ea6f7e099a73136a718ae1b992fOswald Buddenhagen2009-04-021-1/+4
| | | | | | | this time, it can deal with directories which are absolute to start with. Reviewed-by: mariusSO
* Revert "make shadow builds work even if a non-shadow build is present"Bradley T. Hughes2009-03-271-1/+1
| | | | This reverts commit 3aff9113a9702ea6f7e099a73136a718ae1b992f.
* make shadow builds work even if a non-shadow build is presentOswald Buddenhagen2009-03-271-1/+1
|
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+111