summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra/extra.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/extra/extra.pri')
-rw-r--r--src/declarative/extra/extra.pri20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/declarative/extra/extra.pri b/src/declarative/extra/extra.pri
deleted file mode 100644
index 85ff6ea..0000000
--- a/src/declarative/extra/extra.pri
+++ /dev/null
@@ -1,20 +0,0 @@
-SOURCES += \
- extra/qnumberformat.cpp \
- extra/qmlnumberformatter.cpp \
- extra/qmldatetimeformatter.cpp \
- extra/qmlbehavior.cpp \
- extra/qmlfontloader.cpp
-
-HEADERS += \
- extra/qnumberformat_p.h \
- extra/qmlnumberformatter_p.h \
- extra/qmldatetimeformatter_p.h \
- extra/qmlbehavior_p.h \
- extra/qmlfontloader_p.h
-
-contains(QT_CONFIG, xmlpatterns) {
- QT+=xmlpatterns
- SOURCES += extra/qmlxmllistmodel.cpp
- HEADERS += extra/qmlxmllistmodel_p.h
-}
-