summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/declarative/loader/loader.pro3
-rw-r--r--examples/declarative/loader/qmlfolderlistmodel.cpp (renamed from src/declarative/extra/qmlfolderlistmodel.cpp)0
-rw-r--r--examples/declarative/loader/qmlfolderlistmodel.h (renamed from src/declarative/extra/qmlfolderlistmodel.h)0
-rw-r--r--src/declarative/extra/extra.pri2
4 files changed, 2 insertions, 3 deletions
diff --git a/examples/declarative/loader/loader.pro b/examples/declarative/loader/loader.pro
index 9b03b8f..8c93210 100644
--- a/examples/declarative/loader/loader.pro
+++ b/examples/declarative/loader/loader.pro
@@ -1,4 +1,5 @@
-SOURCES = main.cpp
+SOURCES = main.cpp qmlfolderlistmodel.cpp
+HEADERS = qmlfolderlistmodel.h
RESOURCES = loader.qrc
QT += script declarative network
diff --git a/src/declarative/extra/qmlfolderlistmodel.cpp b/examples/declarative/loader/qmlfolderlistmodel.cpp
index 0e5c275..0e5c275 100644
--- a/src/declarative/extra/qmlfolderlistmodel.cpp
+++ b/examples/declarative/loader/qmlfolderlistmodel.cpp
diff --git a/src/declarative/extra/qmlfolderlistmodel.h b/examples/declarative/loader/qmlfolderlistmodel.h
index 66e600b..66e600b 100644
--- a/src/declarative/extra/qmlfolderlistmodel.h
+++ b/examples/declarative/loader/qmlfolderlistmodel.h
diff --git a/src/declarative/extra/extra.pri b/src/declarative/extra/extra.pri
index 6730550..726f099 100644
--- a/src/declarative/extra/extra.pri
+++ b/src/declarative/extra/extra.pri
@@ -3,7 +3,6 @@ SOURCES += \
extra/qmlnumberformatter.cpp \
extra/qmldatetimeformatter.cpp \
extra/qfxintegermodel.cpp \
- extra/qmlfolderlistmodel.cpp \
extra/qfxanimatedimageitem.cpp \
extra/qfxparticles.cpp \
extra/qmlbehavior.cpp \
@@ -15,7 +14,6 @@ HEADERS += \
extra/qmlnumberformatter.h \
extra/qmldatetimeformatter.h \
extra/qfxintegermodel.h \
- extra/qmlfolderlistmodel.h \
extra/qfxanimatedimageitem.h \
extra/qfxanimatedimageitem_p.h \
extra/qfxparticles.h \