summaryrefslogtreecommitdiffstats
path: root/src/models/models.pri
blob: 0c9910ed016c73dbaef4237d8ddc144dfec301b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/uifilesystemmodel.h \
    $$PWD/uifilesystemmodel_p.h \
    $$PWD/uifileinfogatherer_p.h \
    $$PWD/uistandarditemmodel.h \
    $$PWD/uistandarditemmodel_p.h

SOURCES += \
    $$PWD/uifilesystemmodel.cpp \
    $$PWD/uifileinfogatherer.cpp \
    $$PWD/uistandarditemmodel.cpp