summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3d.pri
blob: 97a637def427b60839258deccbf180a0c903d708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
INCLUDEPATH += $$PWD
VPATH += $$PWD

HEADERS += \
    qt3dquickglobal.h \
    qdeclarativeitem3d.h \
    qdeclarativeeffect.h \
    qdeclarativemesh.h \
    qdeclarativeview3d.h \
    qdeclarativeviewport.h


SOURCES += \
    qdeclarativeeffect.cpp \
    qdeclarativeitem3d.cpp \
    qdeclarativeview3d.cpp \
    qdeclarativemesh.cpp