summaryrefslogtreecommitdiffstats
path: root/src/core/resources/resources.pri
blob: d1befe69fb2f45ff6116a42c3d9c96b7a43c91c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
HEADERS += \
    $$PWD/qhandle.h \
    $$PWD/qhandlemanager.h \
    $$PWD/qresourcemanager_p.h \
    $$PWD/qcircularbuffer.h \
    $$PWD/qboundedcircularbuffer.h \
    $$PWD/qframeallocator.h \
    $$PWD/qframeallocator_p.h

SOURCES += \
    $$PWD/qresourcemanager.cpp \
    $$PWD/qframeallocator.cpp