summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra/extra.pri
blob: 83978f113d792c4ef8eeb5fb01008f2d99b7faec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SOURCES += \
           extra/qnumberformat.cpp \
           extra/qmlnumberformatter.cpp \
           extra/qfxintegermodel.cpp

HEADERS += \
           extra/qnumberformat.h \
           extra/qmlnumberformatter.h \
           extra/qfxintegermodel.h

contains(QT_CONFIG, xmlpatterns) {
    QT+=xmlpatterns
    SOURCES += extra/qmlxmllistmodel.cpp
    HEADERS += extra/qmlxmllistmodel.h
}

# SQL is permanently enabled :-/
#contains(QT_CONFIG, sql) {
    QT+= sql
    SOURCES += extra/qmlsqlquery.cpp \
            extra/qmlsqlconnection.cpp
    HEADERS += extra/qmlsqlquery.h \
            extra/qmlsqlconnection.h
#}