summaryrefslogtreecommitdiffstats
path: root/src/models/models.pri
diff options
context:
space:
mode:
authorCidorvan Leite <cidorvan.leite@openbossa.org>2012-03-16 10:58:18 -0300
committerAnselmo L. S. Melo <anselmo.melo@openbossa.org>2012-03-16 19:47:42 +0100
commit98b34dfc3a1eee68a1f144d42b5d1a5d428cd84e (patch)
tree8f24161bcf67069a6cdff16fe04d3ad5ac9ad45a /src/models/models.pri
parent037092630b8440a8f48c8d60cc85c9342149ecda (diff)
Added UiCompletionModel
Change-Id: Ief1e1b509e97f59b1fc7c3b0e55a8864ff4387d2 Reviewed-by: Anselmo L. S. Melo <anselmo.melo@openbossa.org>
Diffstat (limited to 'src/models/models.pri')
-rw-r--r--src/models/models.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/models/models.pri b/src/models/models.pri
index 0c9910e..4d53dd7 100644
--- a/src/models/models.pri
+++ b/src/models/models.pri
@@ -4,10 +4,13 @@ HEADERS += \
$$PWD/uifilesystemmodel.h \
$$PWD/uifilesystemmodel_p.h \
$$PWD/uifileinfogatherer_p.h \
+ $$PWD/uicompletionmodel.h \
+ $$PWD/uicompletionmodel_p.h \
$$PWD/uistandarditemmodel.h \
$$PWD/uistandarditemmodel_p.h
SOURCES += \
$$PWD/uifilesystemmodel.cpp \
$$PWD/uifileinfogatherer.cpp \
+ $$PWD/uicompletionmodel.cpp \
$$PWD/uistandarditemmodel.cpp