• John Koleszar's avatar
    cosmetics: trim trailing whitespace · 94c52e4d
    John Koleszar authored
    When the license headers were updated, they accidentally contained
    trailing whitespace, so unfortunately we have to touch all the files
    again.
    
    Change-Id: I236c05fade06589e417179c0444cb39b09e4200d
    94c52e4d
xmlpatterns.pri 491 B
QT += core-private xmlpatterns xmlpatterns-private
wince*: {
    patternsdk.files = $$QT.xmlpatterns.libs/QtXmlPatternsSDK*.dll
    patternsdk.path = .
    basedata.files = xmlpaternsxqts/Baseline.xml
    basedata.path = .
    DEPLOYMENT += patternsdk
    QT += network
QT -= gui
XMLPATTERNS_SDK = QtXmlPatternsSDK
if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {
    win32: XMLPATTERNS_SDK = $${XMLPATTERNS_SDK}d
    else:  XMLPATTERNS_SDK = $${XMLPATTERNS_SDK}_debug