| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
being included by src/xmlpatterns.
Reviewed-by: Peter Hartmann
|
|
|
|
|
|
|
| |
Enable QtXmlPatterns module in qt package and assign an UID for it.
RevBy: Miikka Heikkinen
RevBy: Jason Barron
|
|
|
|
|
|
|
| |
this line was dragged in from the Xml schema branch, but there is no
schematron in Qt.
Reviewed-by: TrustMe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
can not be found change that behavior to warn by default.
Currently the default behavior of include() in a .pro file is not to
warn if the supplied file argument can not be found which can lead to
hard to find build errors. The include() will now,by default, warn if
the specified file can not be found.
If a warning is not required because the included file is optional then
example use in the .pro file:
include(SomePriFile.pri", "", true)
Task-number:259398
Reviewed-by:Marius Storm-Olsen
|
|
|
|
|
|
|
|
|
| |
This was done by Tobias Koenig, as part of an internship at Trolltech/Qt
Software, started at Wed Oct 1 18:32:43 2008 +0200, and the last commit being
part of this commit dating Tue Feb 24 11:03:36 2009 +0100. This is work
consisting of about 650 commits squashed into one, where the first commit was
61b280386c1905a15690fdd917dcbc8eb09b6283, in the repository before Qt's history
cut.
|
|
|