summaryrefslogtreecommitdiffstats
path: root/qtscxml.pro
blob: ebf69e6995efbb93bc408e8b90ed9402c837ac47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG += tests_need_tools examples_need_tools

FEATURES += mkspecs/features/qscxmlc.prf

features.files = $$FEATURES
features.path = $$[QT_HOST_DATA]/mkspecs/features/

INSTALLS += features

OTHER_FILES += \
    $$FEATURES \
    .qmake.conf \
    sync.profile \
    .gitignore \
    TODO.txt

load(qt_parts)