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.pri24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/declarative/extra/extra.pri b/src/declarative/extra/extra.pri
new file mode 100644
index 0000000..83978f1
--- /dev/null
+++ b/src/declarative/extra/extra.pri
@@ -0,0 +1,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
+#}